You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2020/04/18 02:41:51 UTC

[incubator-mxnet] branch master updated (5542d03 -> dcada9b)

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 5542d03  Fix and optimize handling of vectorized memory accesses (#17767)
     add dcada9b  [Numpy] FFI: random.shuffle, equal, not_equal, less_equal, greater_equal, less, maximum and minimum (#17896)

No new revisions were added by this update.

Summary of changes:
 benchmark/python/ffi/benchmark_ffi.py              |  8 +++++
 python/mxnet/ndarray/numpy/_op.py                  | 32 ++++++++++++-----
 python/mxnet/ndarray/numpy/random.py               |  2 +-
 ...ed_sec.cc => np_elemwise_broadcast_logic_op.cc} | 42 +++++++++++++++-------
 .../np_matmul_op.cc => random/shuffle_op.cc}       | 26 ++++++++------
 .../elemwise_binary_broadcast_op_extended.cc}      | 25 +++++--------
 6 files changed, 86 insertions(+), 49 deletions(-)
 copy src/api/operator/numpy/{np_elemwise_broadcast_op_extended_sec.cc => np_elemwise_broadcast_logic_op.cc} (53%)
 copy src/api/operator/{numpy/np_matmul_op.cc => random/shuffle_op.cc} (77%)
 copy src/api/operator/{numpy/np_elemwise_broadcast_op_extended_sec.cc => tensor/elemwise_binary_broadcast_op_extended.cc} (65%)