Move _tensor_accumulation_impl extension and use it for dpnp#2791
Open
vlad-perevezentsev wants to merge 116 commits intoinclude-dpctl-tensorfrom
Open
Move _tensor_accumulation_impl extension and use it for dpnp#2791vlad-perevezentsev wants to merge 116 commits intoinclude-dpctl-tensorfrom
_tensor_accumulation_impl extension and use it for dpnp#2791vlad-perevezentsev wants to merge 116 commits intoinclude-dpctl-tensorfrom
Conversation
_tensor_accumulation_impl extensions and use it for dpnp_tensor_accumulation_impl extension and use it for dpnp
Contributor
|
View rendered docs @ https://intelpython.github.io/dpnp/pull/2791/index.html |
Contributor
|
Array API standard conformance tests for dpnp=0.20.0dev3=py313h509198e_130 ran successfully. |
ndgrigorian
reviewed
Mar 3, 2026
dpctl_ext/tensor/libtensor/source/accumulators/accumulate_over_axis.hpp
Outdated
Show resolved
Hide resolved
ndgrigorian
reviewed
Mar 3, 2026
ndgrigorian
reviewed
Mar 3, 2026
ndgrigorian
reviewed
Mar 3, 2026
antonwolfy
reviewed
Mar 4, 2026
dpctl_ext/tensor/libtensor/source/accumulators/cumulative_logsumexp.cpp
Outdated
Show resolved
Hide resolved
dpctl_ext/tensor/libtensor/source/accumulators/cumulative_logsumexp.cpp
Outdated
Show resolved
Hide resolved
dpctl_ext/tensor/libtensor/source/accumulators/cumulative_prod.cpp
Outdated
Show resolved
Hide resolved
dpctl_ext/tensor/libtensor/source/accumulators/cumulative_sum.cpp
Outdated
Show resolved
Hide resolved
dpctl_ext/tensor/libtensor/source/accumulators/cumulative_sum.cpp
Outdated
Show resolved
Hide resolved
Base automatically changed from
move_tensor_impl_linear_sequence
to
include-dpctl-tensor
March 5, 2026 14:44
445ec2b to
85ef3e0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR completely moves
_tensor_accumulation_implpybind11 extension intodpctl_ext.tensorand extendsdpctl_ext.tensorPython API with the functionscumulative_logsumexp, cumulative_prod and cumulative_sumreusing them in dpnp