This is an automated email from the ASF dual-hosted git repository.
haoj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 4a244dc CI/CD: Remove cuda 9.0, 9.1 (#18087)
add f882de0 [Numpy] add cross product op (#17637)
No new revisions were added by this update.
Summary of changes:
benchmark/python/ffi/benchmark_ffi.py | 1 +
python/mxnet/ndarray/numpy/_op.py | 201 ++-
python/mxnet/numpy/multiarray.py | 199 ++-
python/mxnet/numpy_dispatch_protocol.py | 1 +
python/mxnet/symbol/numpy/_symbol.py | 139 +-
.../numpy/{np_memory_op.cc => np_cross.cc} | 17 +-
src/operator/numpy/np_cross-inl.h | 1387 ++++++++++++++++++++
src/operator/numpy/np_cross.cc | 121 ++
.../numpy/{linalg/np_pinv.cu => np_cross.cu} | 19 +-
.../python/unittest/test_numpy_interoperability.py | 34 +
tests/python/unittest/test_numpy_op.py | 260 ++++
tests/python/unittest/test_optimizer.py | 3 +-
12 files changed, 2225 insertions(+), 157 deletions(-)
copy src/api/operator/numpy/{np_memory_op.cc => np_cross.cc} (78%)
create mode 100644 src/operator/numpy/np_cross-inl.h
create mode 100644 src/operator/numpy/np_cross.cc
copy src/operator/numpy/{linalg/np_pinv.cu => np_cross.cu} (72%)