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 2021/04/30 14:30:23 UTC

[incubator-mxnet] branch master updated (c3e0d99 -> 029947a)

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

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


    from c3e0d99  [submodule] Upgrade oneDNN to v2.2.1 (#20080)
     add 029947a  [BUGFIX][BACKPORT] Impose a plain format on padded concat output (#20129)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/mkldnn/mkldnn_concat-inl.h     |  7 ++-----
 src/operator/nn/mkldnn/mkldnn_concat.cc        | 27 +++++++++++++++++++++++-
 src/operator/nn/mkldnn/mkldnn_convolution.cc   | 12 +++++++++++
 src/operator/nn/mkldnn/mkldnn_deconvolution.cc | 21 ++++++++-----------
 tests/python/mkl/test_mkldnn.py                | 29 ++++++++++++++++++++++++++
 5 files changed, 78 insertions(+), 18 deletions(-)