From beeb6e1a4edaa125986605f0f2e56a1e4f32154b Mon Sep 17 00:00:00 2001 From: Leonard Lausen Date: Tue, 29 Sep 2020 18:51:39 +0000 Subject: [PATCH 1/3] Include oneDNN gemm fix --- 3rdparty/mkldnn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/mkldnn b/3rdparty/mkldnn index 5ef631a030a6..5ce95efe6f5e 160000 --- a/3rdparty/mkldnn +++ b/3rdparty/mkldnn @@ -1 +1 @@ -Subproject commit 5ef631a030a6f73131c77892041042805a06064f +Subproject commit 5ce95efe6f5e86cddbf704b637063cd8dc914125 From f6909fd53a78634305c47b137795d6ed89da952a Mon Sep 17 00:00:00 2001 From: Leonard Lausen Date: Thu, 1 Oct 2020 16:10:29 +0000 Subject: [PATCH 2/3] oneDNN v1.6.4 --- 3rdparty/mkldnn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/mkldnn b/3rdparty/mkldnn index 5ce95efe6f5e..570ab9c2ea09 160000 --- a/3rdparty/mkldnn +++ b/3rdparty/mkldnn @@ -1 +1 @@ -Subproject commit 5ce95efe6f5e86cddbf704b637063cd8dc914125 +Subproject commit 570ab9c2ea0915b048279438aebb063b8769149c From 58edace8d75949febd119f29b20dbda649f4c28c Mon Sep 17 00:00:00 2001 From: Leonard Lausen Date: Fri, 2 Oct 2020 13:41:37 +0000 Subject: [PATCH 3/3] Update mkldnn_format_tag_last --- tests/cpp/operator/mkldnn_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cpp/operator/mkldnn_test.cc b/tests/cpp/operator/mkldnn_test.cc index 2e34f7bdbbee..b3bd508b2009 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); }