You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ak...@apache.org on 2021/09/30 13:08:15 UTC

[incubator-mxnet] branch v1.x updated: Revert "[v1.x][submodule] Downgrade oneDNN to v2.2.4 (#20556)" (#20623)

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

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


The following commit(s) were added to refs/heads/v1.x by this push:
     new 096c6a4  Revert "[v1.x][submodule] Downgrade oneDNN to v2.2.4 (#20556)" (#20623)
096c6a4 is described below

commit 096c6a40deb59c0af0af722a71f77006548fe01b
Author: bartekkuncer <ba...@intel.com>
AuthorDate: Thu Sep 30 15:06:15 2021 +0200

    Revert "[v1.x][submodule] Downgrade oneDNN to v2.2.4 (#20556)" (#20623)
    
    This reverts commit a56774259c45836da248c1c28a216d5af01456c0.
---
 3rdparty/mkldnn                   | 2 +-
 tests/cpp/operator/mkldnn_test.cc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/3rdparty/mkldnn b/3rdparty/mkldnn
index c849328..e2d4525 160000
--- a/3rdparty/mkldnn
+++ b/3rdparty/mkldnn
@@ -1 +1 @@
-Subproject commit c8493289450b919058a0780a5f0a1d417c597ad7
+Subproject commit e2d45252ae9c3e91671339579e3c0f0061f81d49
diff --git a/tests/cpp/operator/mkldnn_test.cc b/tests/cpp/operator/mkldnn_test.cc
index ef516b7..c7ae4a3 100644
--- a/tests/cpp/operator/mkldnn_test.cc
+++ b/tests/cpp/operator/mkldnn_test.cc
@@ -101,7 +101,7 @@ static void VerifyDefMem(const mkldnn::memory& mem) {
 
 TEST(MKLDNN_UTIL_FUNC, MemFormat) {
   // Check whether the number of format is correct.
-  CHECK_EQ(mkldnn_format_tag_last, 363);
+  CHECK_EQ(mkldnn_format_tag_last, 385);
   CHECK_EQ(mkldnn_nchw, 5);
   CHECK_EQ(mkldnn_oihw, 5);
 }