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 2020/08/04 19:28:42 UTC

[incubator-mxnet] branch v1.x updated: [submodule] Upgrade to oneDNN v1.6 (#18822)

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 eae6171  [submodule] Upgrade to oneDNN v1.6 (#18822)
eae6171 is described below

commit eae6171cb56190cf06f5b11597380c082745991b
Author: bartekkuncer <ba...@intel.com>
AuthorDate: Tue Aug 4 21:26:46 2020 +0200

    [submodule] Upgrade to oneDNN v1.6 (#18822)
---
 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 07579e6..b3540a8 160000
--- a/3rdparty/mkldnn
+++ b/3rdparty/mkldnn
@@ -1 +1 @@
-Subproject commit 07579e6c0c6839a390a6f3040e05a2b2c71e628a
+Subproject commit b3540a8fc97534e142eb070e225ef33dfcbca1c7
diff --git a/tests/cpp/operator/mkldnn_test.cc b/tests/cpp/operator/mkldnn_test.cc
index 973c398..2e34f7b 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, 154);
+  CHECK_EQ(mkldnn_format_tag_last, 205);
   CHECK_EQ(mkldnn_nchw, 5);
   CHECK_EQ(mkldnn_oihw, 5);
 }