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

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
josephevans committed Oct 7, 2021
1 parent f45a6e3 commit 34b430c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/operator/mkldnn_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static void VerifyDefMem(const mkldnn::memory &mem) {
TEST(MKLDNN_UTIL_FUNC, MemFormat) {
// Check whether the number of format is correct.
// skipping test, tracking at https://github.com/apache/incubator-mxnet/issues/20643
//CHECK_EQ(mkldnn_format_tag_last, 222);
// CHECK_EQ(mkldnn_format_tag_last, 222);
CHECK_EQ(mkldnn_nchw, 5);
CHECK_EQ(mkldnn_oihw, 5);
}
Expand Down

0 comments on commit 34b430c

Please sign in to comment.