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

Commit

Permalink
[1.x][submodule] Upgrade to oneDNN v1.7 (#19559)
Browse files Browse the repository at this point in the history
* [1.x][submodule] Upgrade to oneDNN v1.7

* Adjust MemFormat test

* Changed mkldnn commit to v1.7 tag
  • Loading branch information
bartekkuncer committed Nov 19, 2020
1 parent d2600f2 commit db08005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/mkldnn
Submodule mkldnn updated 1111 files
2 changes: 1 addition & 1 deletion tests/cpp/operator/mkldnn_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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, 219);
CHECK_EQ(mkldnn_format_tag_last, 222);
CHECK_EQ(mkldnn_nchw, 5);
CHECK_EQ(mkldnn_oihw, 5);
}
Expand Down

0 comments on commit db08005

Please sign in to comment.