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 1368a08  CI: switch to patched ccache 3 version (#17853)
     add 796fa50  * impl - FFI for np_where_op (#17817)

No new revisions were added by this update.

Summary of changes:
 benchmark/python/ffi/benchmark_ffi.py              |   2 +
 python/mxnet/ndarray/numpy/_op.py                  |  15 +--
 ...np_elemwise_broadcast_op.cc => np_memory_op.cc} |  18 ++--
 src/api/operator/numpy/np_where_op.cc              | 101 +++++++++++++++++++++
 src/operator/numpy/np_where_op-inl.h               |  12 +++
 5 files changed, 129 insertions(+), 19 deletions(-)
 copy src/api/operator/numpy/{np_elemwise_broadcast_op.cc => np_memory_op.cc} 
(70%)
 create mode 100644 src/api/operator/numpy/np_where_op.cc

Reply via email to