This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 3dffdc1 [master] Add aliases for subgraph operators to be compatible
with old models (#20679)
add 943ab64 [API] Add bitwise_left/right_shift (#20587)
No new revisions were added by this update.
Summary of changes:
python/mxnet/amp/lists/symbol_fp16.py | 6 +
python/mxnet/ndarray/numpy/_op.py | 80 +++++++-
python/mxnet/numpy/multiarray.py | 104 +++++++++-
src/api/operator/numpy/np_elemwise_broadcast_op.cc | 18 ++
src/common/cuda/rtc/backward_functions-inl.h | 44 +++++
src/common/cuda/rtc/forward_functions-inl.h | 32 ++++
src/engine/threaded_engine.cc | 2 +-
src/operator/mshadow_op.h | 38 ++++
src/operator/mxnet_op.h | 54 ++++++
.../numpy/np_elemwise_broadcast_op_extended_thi.cc | 212 +++++++++++++++++++++
.../numpy/np_elemwise_broadcast_op_extended_thi.cu | 72 +++++++
src/operator/operator_tune.cc | 10 +
src/operator/tensor/elemwise_binary_broadcast_op.h | 2 +-
src/operator/tensor/elemwise_binary_op.h | 2 +-
.../python/unittest/test_numpy_interoperability.py | 26 +++
tests/python/unittest/test_numpy_op.py | 52 +++++
16 files changed, 749 insertions(+), 5 deletions(-)
create mode 100644 src/operator/numpy/np_elemwise_broadcast_op_extended_thi.cc
create mode 100644 src/operator/numpy/np_elemwise_broadcast_op_extended_thi.cu