Skip to content

Commit

Permalink
fix 1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurides committed May 15, 2023
1 parent db73f23 commit 13978ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/core/grappler/optimizers/mkl_remapper_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@ TEST_F(MklFusedBatchMatMul, MulAndAdd) {
}

TEST_F(MklFusedBatchMatMul, MulAndAdd2) {
if (!IsMKLEnabled()) GTEST_SKIP() << "Test only applicable to oneDNN.";
for (const auto adjx : {false, true})
for (const auto adjy : {false, true}) {
this->VerifyPreceedingScalarMul<float>(adjx, adjy);
Expand Down

0 comments on commit 13978ec

Please sign in to comment.