File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,6 @@ static bool HasCudaRuntime() {
4343
4444#if CLANG_VERSION_MAJOR < 16
4545TEST (DISABLED_CUDATest, Sanity) {
46- #elif CLANG_VERSION_MAJOR == 20
47- // FIXME: CUDA Tests Broken for llvm 20 release/
48- TEST (DISABLED_CUDATest, Sanity) {
4946#else
5047TEST (CUDATest, Sanity) {
5148#endif // CLANG_VERSION_MAJOR < 16
@@ -57,12 +54,7 @@ TEST(CUDATest, Sanity) {
5754 EXPECT_TRUE (Cpp::CreateInterpreter ({}, {" --cuda" }));
5855}
5956
60- #if CLANG_VERSION_MAJOR == 20
61- // FIXME: CUDA Tests Broken for llvm 20 release/
62- TEST (DISABLED_CUDATest, CUDAH) {
63- #else
6457TEST (CUDATest, CUDAH) {
65- #endif
6658#ifdef _WIN32
6759 GTEST_SKIP () << " Disabled on Windows. Needs fixing." ;
6860#endif
@@ -74,12 +66,7 @@ TEST(CUDATest, CUDAH) {
7466 EXPECT_TRUE (success);
7567}
7668
77- #if CLANG_VERSION_MAJOR == 20
78- // FIXME: CUDA Tests Broken for llvm 20 release/
79- TEST (DISABLED_CUDATest, CUDARuntime) {
80- #else
8169TEST (CUDATest, CUDARuntime) {
82- #endif
8370#ifdef _WIN32
8471 GTEST_SKIP () << " Disabled on Windows. Needs fixing." ;
8572#endif
You can’t perform that action at this time.
0 commit comments