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 4a27b5c  [Fix] Add ctx to the original ndarray and revise the usage of 
context to ctx (#16819)
     add 3256131  refactor and reduce float types for some functions, also add 
bitwise_xor (#16827)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py                  |  40 +++-
 python/mxnet/numpy/multiarray.py                   |  42 +++-
 python/mxnet/numpy_dispatch_protocol.py            |   1 +
 python/mxnet/symbol/numpy/_symbol.py               |  35 ++-
 src/operator/elemwise_op_common.h                  |   3 +-
 src/operator/numpy/np_elemwise_broadcast_op.cc     | 238 ---------------------
 src/operator/numpy/np_elemwise_broadcast_op.cu     |  71 ------
 src/operator/numpy/np_elemwise_broadcast_op.h      |  10 +
 ..._op.cc => np_elemwise_broadcast_op_extended.cc} | 193 ++++-------------
 ..._op.cu => np_elemwise_broadcast_op_extended.cu} |  81 +------
 src/operator/operator_tune.cc                      |   4 +-
 src/operator/tensor/elemwise_binary_broadcast_op.h | 110 ++++++----
 src/operator/tensor/elemwise_binary_op.h           | 148 +++++++------
 src/operator/tensor/elemwise_binary_scalar_op.h    |  20 ++
 .../python/unittest/test_numpy_interoperability.py |  15 +-
 tests/python/unittest/test_numpy_op.py             |   9 +-
 16 files changed, 364 insertions(+), 656 deletions(-)
 copy src/operator/numpy/{np_elemwise_broadcast_op.cc => 
np_elemwise_broadcast_op_extended.cc} (59%)
 copy src/operator/numpy/{np_elemwise_broadcast_op.cu => 
np_elemwise_broadcast_op_extended.cu} (61%)

Reply via email to