You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by pa...@apache.org on 2020/08/11 13:36:25 UTC

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

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

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


The following commit(s) were added to refs/heads/v1.7.x by this push:
     new df0c31f  [1.7.x][submodule] Upgrade to oneDNN v1.6 (#18875)
df0c31f is described below

commit df0c31fbf1545b8cec39b32fa3cff041c1e3e809
Author: bartekkuncer <ba...@intel.com>
AuthorDate: Tue Aug 11 15:34:09 2020 +0200

    [1.7.x][submodule] Upgrade to oneDNN v1.6 (#18875)
---
 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..8186817 160000
--- a/3rdparty/mkldnn
+++ b/3rdparty/mkldnn
@@ -1 +1 @@
-Subproject commit 07579e6c0c6839a390a6f3040e05a2b2c71e628a
+Subproject commit 8186817fa59b97c602944f4ff46ce9b5b63d217c
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);
 }