This is an automated email from the ASF dual-hosted git repository.
sxjscience pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from b8490c5 More clear description to `transform_first` (#18444)
add c3fcbf3 Add npx op 'index_add' (#18089)
No new revisions were added by this update.
Summary of changes:
python/mxnet/_numpy_op_doc.py | 73 ++++++++++
src/operator/tensor/index_add-inl.h | 231 ++++++++++++++++++++++++++++++
src/operator/tensor/index_add_backward.cc | 102 +++++++++++++
src/operator/tensor/index_add_backward.cu | 93 ++++++++++++
src/operator/tensor/index_add_forward.cc | 132 +++++++++++++++++
src/operator/tensor/index_add_forward.cu | 91 ++++++++++++
tests/python/unittest/test_numpy_op.py | 154 ++++++++++++++++++++
7 files changed, 876 insertions(+)
create mode 100644 src/operator/tensor/index_add-inl.h
create mode 100644 src/operator/tensor/index_add_backward.cc
create mode 100644 src/operator/tensor/index_add_backward.cu
create mode 100644 src/operator/tensor/index_add_forward.cc
create mode 100644 src/operator/tensor/index_add_forward.cu