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/11 04:56:47 UTC

[incubator-mxnet] branch master updated (c9f8caa -> 8d065cc)

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 c9f8caa  Update 3rdparty/mkldnn remote URL and pin to v1.3 (#17972)
     add 8d065cc  [Numpy] FFI Invocation for Unary Ops (#17779)

No new revisions were added by this update.

Summary of changes:
 benchmark/python/ffi/benchmark_ffi.py              |  12 +++
 python/mxnet/ndarray/numpy/_op.py                  | 118 +++++++++++++--------
 .../operator/numpy/np_elemwise_unary_op_basic.cc   |  93 ++++++++++++++++
 src/api/operator/ufunc_helper.cc                   |  23 +++-
 src/api/operator/ufunc_helper.h                    |  15 ++-
 5 files changed, 212 insertions(+), 49 deletions(-)
 create mode 100644 src/api/operator/numpy/np_elemwise_unary_op_basic.cc