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

Upgrade MKL-DNN submodule to v0.20 release #15422

Merged
merged 5 commits into from
Jul 9, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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