You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by re...@apache.org on 2019/12/06 20:58:49 UTC

[incubator-mxnet] branch master updated (61ef4a1 -> 8f53e77)

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 61ef4a1  Fix publishing scala gpu with cpu instance (#16987)
     add 8f53e77  mixed precision for power (#16859)

No new revisions were added by this update.

Summary of changes:
 src/operator/mshadow_op.h                      | 46 ++++++++++++++++++++++++++
 src/operator/numpy/np_elemwise_broadcast_op.cc | 30 +++++++++++++++--
 src/operator/numpy/np_elemwise_broadcast_op.cu | 15 ++++++++-
 src/operator/numpy/np_elemwise_broadcast_op.h  | 17 ++++++----
 src/operator/operator_tune.cc                  |  2 +-
 src/operator/tensor/broadcast_reduce-inl.cuh   |  7 ++--
 src/operator/tensor/broadcast_reduce-inl.h     |  6 ++--
 tests/python/unittest/test_numpy_op.py         | 26 +++++++++++++--
 8 files changed, 131 insertions(+), 18 deletions(-)