Skip to content

Commit

Permalink
[TEST] Change bf16 tests into skip test mechanics
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Peskov <[email protected]>
  • Loading branch information
AlexPeskov committed Aug 12, 2020
1 parent 034c883 commit 3202581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class BasicBF16Test : public testing::WithParamInterface<basicParams>,
if (!InferenceEngine::with_cpu_x86_bfloat16()) {
// on platforms which do not support bfloat16, we are disabling bf16 tests since there are no bf16 primitives,
// tests are useless on such platforms
return;
GTEST_SKIP();
}
std::tie(inputPrecision, netPrecision, inputShapes, newInputShapes, targetDevice) = this->GetParam();
InferenceEngine::CNNNetwork cnnNet(fnPtr);
Expand Down

0 comments on commit 3202581

Please sign in to comment.