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

Commit

Permalink
Upgrade MKL-DNN submodule to v0.20 release (#15422)
Browse files Browse the repository at this point in the history
* update mkldnn to v0.20 release

* update mkldnn format numbers

* retrigger ci
  • Loading branch information
TaoLv authored and pengzhao-intel committed Jul 9, 2019
1 parent b62aaf3 commit e02c0a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/mkldnn
4 changes: 2 additions & 2 deletions tests/cpp/operator/mkldnn_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ static void VerifyDefMem(const mkldnn::memory &mem) {

TEST(MKLDNN_UTIL_FUNC, MemFormat) {
// Check whether the number of format is correct.
CHECK_EQ(mkldnn_format_last, 145);
CHECK_EQ(mkldnn_format_last, 158);
CHECK_EQ(mkldnn_nchw, 7);
CHECK_EQ(mkldnn_oihw, 16);
CHECK_EQ(mkldnn_oihw, 17);
}

static void VerifyMem(const mkldnn::memory &mem) {
Expand Down

0 comments on commit e02c0a2

Please sign in to comment.