This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a change to branch disable-laop-6
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


 discard 9b31350  Disable laop_6
     add fa16a9e  Disable test coverage for Clang MKLDNN (#15977)
     add fade159  Fix get_rows_per_block (#15979)
     add 73a692e  Fix a memory misalignment in topk operator (#15948)
     add d8c2d85  update support MKLDNN BN conditions (#15870)
     add 717d883  Remove requests_failed_to_import handling
     add 8d0b895  np elemwise unary ops upstream (#15831)
     add 1eb1925  remove Julia cat image for license issue (#15964)
     add cba7c4e  Add fp16 support for topk (#15560)
     add 77a633f  Fix Nightly Maven GPU (#15989)
     add 1acbff7  Disable laop_6

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9b31350)
            \
             N -- N -- N   refs/heads/disable-laop-6 (1acbff7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 3rdparty/mshadow/mshadow/tensor.h                  |    6 +-
 ci/jenkins/Jenkinsfile_clang                       |    4 +-
 .../Prediction with Pre-trained Model.ipynb        |    4 +-
 .../imagenet/ijulia-pretrained-predict/cat.png     |  Bin 123126 -> 0 bytes
 make/maven/maven_darwin_mkl.mk                     |    2 +-
 make/maven/maven_linux_cu90mkl.mk                  |    3 +-
 make/maven/maven_linux_cu92mkl.mk                  |    3 +-
 make/maven/maven_linux_mkl.mk                      |    2 +-
 python/mxnet/gluon/utils.py                        |    7 +-
 python/mxnet/ndarray/numpy/_op.py                  | 1175 ++++++++++++++++++-
 python/mxnet/numpy/multiarray.py                   | 1194 +++++++++++++++++++-
 python/mxnet/symbol/numpy/_symbol.py               |  970 +++++++++++++++-
 src/common/cuda_utils.cc                           |    2 +-
 src/operator/nn/batch_norm.cc                      |   10 +-
 src/operator/nn/mkldnn/mkldnn_batch_norm-inl.h     |   21 +-
 src/operator/numpy/np_elemwise_unary_op_basic.cc   |  366 ++++++
 src/operator/numpy/np_elemwise_unary_op_basic.cu   |  110 ++
 src/operator/tensor/ordering_op-inl.h              |   46 +-
 src/operator/tensor/sort_op-inl.cuh                |   68 +-
 tests/python/unittest/test_numpy_op.py             |  149 +++
 tests/python/unittest/test_operator.py             |   68 +-
 21 files changed, 4092 insertions(+), 118 deletions(-)
 delete mode 100644 julia/examples/imagenet/ijulia-pretrained-predict/cat.png
 create mode 100644 src/operator/numpy/np_elemwise_unary_op_basic.cc
 create mode 100644 src/operator/numpy/np_elemwise_unary_op_basic.cu

Reply via email to