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/08/25 13:44:28 UTC

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

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

zhasheng 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 a567742  [v1.x][submodule] Downgrade oneDNN to v2.2.4 (#20556)
a567742 is described below

commit a56774259c45836da248c1c28a216d5af01456c0
Author: bartekkuncer <ba...@intel.com>
AuthorDate: Wed Aug 25 15:42:29 2021 +0200

    [v1.x][submodule] Downgrade oneDNN to v2.2.4 (#20556)
---
 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 e2d4525..c849328 160000
--- a/3rdparty/mkldnn
+++ b/3rdparty/mkldnn
@@ -1 +1 @@
-Subproject commit e2d45252ae9c3e91671339579e3c0f0061f81d49
+Subproject commit c8493289450b919058a0780a5f0a1d417c597ad7
diff --git a/tests/cpp/operator/mkldnn_test.cc b/tests/cpp/operator/mkldnn_test.cc
index 0a49845..1f8fe5f 100644
--- a/tests/cpp/operator/mkldnn_test.cc
+++ b/tests/cpp/operator/mkldnn_test.cc
@@ -100,7 +100,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, 385);
+  CHECK_EQ(mkldnn_format_tag_last, 363);
   CHECK_EQ(mkldnn_nchw, 5);
   CHECK_EQ(mkldnn_oihw, 5);
 }