You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by je...@apache.org on 2022/01/31 23:32:38 UTC

[incubator-mxnet] branch v1.9.x updated (ac4c8dc -> 5ef830f)

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

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


    from ac4c8dc  Fix the regular expression in RTC code (#20810) (#20840)
     add 5ef830f  [v1.9.x][submodule] Upgrade oneDNN to v2.4.4 (#20857)

No new revisions were added by this update.

Summary of changes:
 3rdparty/mkldnn                                    |   2 +-
 CMakeLists.txt                                     | 106 +++++++++------------
 .../predict-cpp/CMakeLists.txt                     |  32 ++-----
 src/operator/nn/mkldnn/mkldnn_convolution.cc       |  66 +++++++------
 tests/CMakeLists.txt                               |  30 ++----
 tests/cpp/operator/mkldnn_test.cc                  |   2 +-
 tools/dependencies/README.md                       |   2 +-
 7 files changed, 99 insertions(+), 141 deletions(-)