From 44e949b3e44f15a226360a2ef9c7b6508ba1df2e Mon Sep 17 00:00:00 2001 From: jjsjann123 Date: Fri, 20 Dec 2024 10:36:59 -0800 Subject: [PATCH] why did we print that we skip earlier? --- tests/cpp/test_gpu1.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cpp/test_gpu1.cpp b/tests/cpp/test_gpu1.cpp index 4677dcd37de..093265b2dcf 100644 --- a/tests/cpp/test_gpu1.cpp +++ b/tests/cpp/test_gpu1.cpp @@ -2722,7 +2722,6 @@ TEST_F(NVFuserTest, FusionFp8CastOps_CUDA) { [&]() { ke.compile(&fusion, inputs); }, testing::ThrowsMessage(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);