You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/10/05 15:11:14 UTC

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

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

lausen 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 5b21aed  [submodule] Upgrade oneDNN to v1.6.4 (#19276)
5b21aed is described below

commit 5b21aededcb1b8f71713fdcfd60164cd8f8cee01
Author: bartekkuncer <ba...@intel.com>
AuthorDate: Mon Oct 5 17:10:15 2020 +0200

    [submodule] Upgrade oneDNN to v1.6.4 (#19276)
---
 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 5ef631a..570ab9c 160000
--- a/3rdparty/mkldnn
+++ b/3rdparty/mkldnn
@@ -1 +1 @@
-Subproject commit 5ef631a030a6f73131c77892041042805a06064f
+Subproject commit 570ab9c2ea0915b048279438aebb063b8769149c
diff --git a/tests/cpp/operator/mkldnn_test.cc b/tests/cpp/operator/mkldnn_test.cc
index 2e34f7b..b3bd508 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, 205);
+  CHECK_EQ(mkldnn_format_tag_last, 219);
   CHECK_EQ(mkldnn_nchw, 5);
   CHECK_EQ(mkldnn_oihw, 5);
 }