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

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


    from 0c5677e  Faster GPU NMS operator (#16542)
     add 3c404a5  Mixed data type binary ops (#16699)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py              |  40 +++
 python/mxnet/numpy/multiarray.py               |  40 +++
 src/common/utils.h                             |  30 ++-
 src/operator/mshadow_op.h                      |  94 +++++++
 src/operator/mxnet_op.h                        |  14 +-
 src/operator/numpy/np_elemwise_broadcast_op.cc | 100 +++++++-
 src/operator/numpy/np_elemwise_broadcast_op.cu |  40 ++-
 src/operator/numpy/np_elemwise_broadcast_op.h  | 341 +++++++++++++++++++++++++
 src/operator/numpy/np_true_divide.cc           |   2 +-
 src/operator/tensor/elemwise_binary_op.h       |   2 +
 tests/python/unittest/test_numpy_op.py         |  63 +++++
 11 files changed, 745 insertions(+), 21 deletions(-)
 create mode 100644 src/operator/numpy/np_elemwise_broadcast_op.h

Reply via email to