This is an automated email from the ASF dual-hosted git repository.

liuyizhi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 3801f97  [CI] fix debug build (#18240)
     add 33436ac  [numpy] add op tri (#17846)

No new revisions were added by this update.

Summary of changes:
 benchmark/python/ffi/benchmark_ffi.py              |   1 +
 python/mxnet/ndarray/numpy/_op.py                  | 149 ++++++++++++++++++++-
 python/mxnet/numpy/fallback.py                     |   2 -
 python/mxnet/numpy/multiarray.py                   | 122 +++++++++++++++++
 python/mxnet/symbol/numpy/_symbol.py               |  36 ++++-
 .../operator/numpy/{np_tril_op.cc => np_tri_op.cc} |  30 +++--
 src/operator/numpy/np_tri_op-inl.h                 | 124 +++++++++++++++++
 src/operator/numpy/np_tri_op.cc                    |  69 ++++++++++
 .../numpy/{np_memory_op.cu => np_tri_op.cu}        |   9 +-
 tests/python/unittest/test_numpy_op.py             |  34 +++++
 10 files changed, 556 insertions(+), 20 deletions(-)
 copy src/api/operator/numpy/{np_tril_op.cc => np_tri_op.cc} (62%)
 create mode 100644 src/operator/numpy/np_tri_op-inl.h
 create mode 100644 src/operator/numpy/np_tri_op.cc
 copy src/operator/numpy/{np_memory_op.cu => np_tri_op.cu} (83%)

Reply via email to