Skip to content

Commit

Permalink
Revert "debug: remove 5d test"
Browse files Browse the repository at this point in the history
This reverts commit 1fe9f88.
  • Loading branch information
TaoLv committed Oct 30, 2018
1 parent 904a114 commit 030d24a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/cpp/include/test_mkldnn.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ inline static TestArrayShapes GetTestArrayShapes() {
pds.push_back(GetMemPD(s2, dtype, formats[1]));
}
{
/*
// 5D
TShape s(5);
s[0] = 96; s[1] = 1; s[2] = 3; s[3] = 11; s[4] = 11;
Expand All @@ -212,7 +211,6 @@ inline static TestArrayShapes GetTestArrayShapes() {

std::vector<mkldnn::memory::format> formats = GetMKLDNNFormat(5, dtype);
pds.push_back(GetMemPD(s, dtype, formats[0]));
*/
}

TestArrayShapes ret;
Expand Down

0 comments on commit 030d24a

Please sign in to comment.