You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2020/08/14 05:22:12 UTC

[incubator-mxnet] branch v1.x updated (d2d6408 -> d32ba4f)

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

zhasheng pushed a change to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from d2d6408  bump version to 1.8.0 (#18899)
     add d32ba4f   [v1.7.x] backport Invoke mkldnn and cudnn BatchNorm when axis != 1 to v1.7.x (#18676) (#18890)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/batch_norm.cc                  | 12 ++++---
 src/operator/nn/batch_norm.cu                  |  6 ++--
 src/operator/nn/cudnn/cudnn_batch_norm-inl.h   | 26 +++++++++++----
 src/operator/nn/mkldnn/mkldnn_batch_norm-inl.h | 44 +++++++++++++++++++++++---
 tests/python/unittest/test_numpy_op.py         |  2 +-
 tests/python/unittest/test_operator.py         |  2 +-
 tests/python/unittest/test_symbol.py           | 30 ------------------
 7 files changed, 70 insertions(+), 52 deletions(-)