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

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


The following commit(s) were added to refs/heads/v1.8.x by this push:
     new 2ad91d2  [1.8.x][submodule] Upgrade to oneDNN v1.7 (#19560)
2ad91d2 is described below

commit 2ad91d2bcba4f2b6d52e9802f9781accc0e85a26
Author: bartekkuncer <[email protected]>
AuthorDate: Tue Nov 24 14:11:38 2020 +0100

    [1.8.x][submodule] Upgrade to oneDNN v1.7 (#19560)
    
    * [1.8.x][submodule] Upgrade to oneDNN v1.7
    
    * Adjust MemFormat test
    
    * Changed mkldnn commit to v1.7 tag
---
 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 a84360e..2e47326 160000
--- a/3rdparty/mkldnn
+++ b/3rdparty/mkldnn
@@ -1 +1 @@
-Subproject commit a84360ed7e6db37b0147b874b1cdd9ec765e4682
+Subproject commit 2e4732679f0211bb311780d0f383cf2dce9baca7
diff --git a/tests/cpp/operator/mkldnn_test.cc 
b/tests/cpp/operator/mkldnn_test.cc
index b3bd508..816979b 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, 219);
+  CHECK_EQ(mkldnn_format_tag_last, 222);
   CHECK_EQ(mkldnn_nchw, 5);
   CHECK_EQ(mkldnn_oihw, 5);
 }

Reply via email to