Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit ec62fcf

Browse files
authored
[Submodule] Upgrade to oneDNN v1.6.3 (#19153)
* upgrade to oneDNN v1.6 release branch * oneDNN v1.6 * fix cpp test * build oneDNN with c++11 * Revert "build oneDNN with c++11" This reverts commit 5365d83. * oneDNN v1.6.3
1 parent db07b7e commit ec62fcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3rdparty/mkldnn

tests/cpp/operator/mkldnn_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ static void VerifyDefMem(const mkldnn::memory &mem) {
100100

101101
TEST(MKLDNN_UTIL_FUNC, MemFormat) {
102102
// Check whether the number of format is correct.
103-
CHECK_EQ(mkldnn_format_tag_last, 168);
103+
CHECK_EQ(mkldnn_format_tag_last, 205);
104104
CHECK_EQ(mkldnn_nchw, 5);
105105
CHECK_EQ(mkldnn_oihw, 5);
106106
}

0 commit comments

Comments
 (0)