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 93c123d  [OpPerf] Add norm, cast ops, remaining optimizer ops (#17542)
     add f5a1014  [numpy] add op matmul (#16990)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py                  | 102 ++++-
 python/mxnet/numpy/multiarray.py                   | 105 ++++-
 python/mxnet/numpy_dispatch_protocol.py            |   1 +
 python/mxnet/symbol/numpy/_symbol.py               |  58 ++-
 src/operator/numpy/np_matmul_op-inl.h              | 425 +++++++++++++++++++++
 src/operator/numpy/np_matmul_op.cc                 | 174 +++++++++
 .../numpy/{np_cumsum.cu => np_matmul_op.cu}        |  17 +-
 .../python/unittest/test_numpy_interoperability.py |  98 +++++
 tests/python/unittest/test_numpy_op.py             | 135 +++++++
 9 files changed, 1100 insertions(+), 15 deletions(-)
 create mode 100644 src/operator/numpy/np_matmul_op-inl.h
 create mode 100644 src/operator/numpy/np_matmul_op.cc
 copy src/operator/numpy/{np_cumsum.cu => np_matmul_op.cu} (72%)

Reply via email to