Skip to content

Commit

Permalink
why did we print that we skip earlier?
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsjann123 committed Dec 20, 2024
1 parent 39b7773 commit 44e949b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cpp/test_gpu1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2722,7 +2722,6 @@ TEST_F(NVFuserTest, FusionFp8CastOps_CUDA) {
[&]() { ke.compile(&fusion, inputs); },
testing::ThrowsMessage<nvfuser::nvfError>(testing::HasSubstr(
"Reason: Fusion contains Float8_xxx values")));
GTEST_SKIP() << "skipping tests on pre-HOPPER GPUs";
} else {
ke.compile(&fusion, inputs);
auto outputs = ke.run(inputs);
Expand Down

0 comments on commit 44e949b

Please sign in to comment.