We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd55b9 commit 316a1b0Copy full SHA for 316a1b0
clang/test/Preprocessor/sycl-macro.cpp
@@ -36,9 +36,9 @@
36
// CHECK-SYCL-ID:#define __SYCL_ID_QUERIES_FIT_IN_INT__ 1
37
38
// CHECK-CUDA:#define __SYCL_CUDA_ARCH__ [[ARCH_CODE]]
39
-// CHECK-CUDA-NOT:#define __CUDA_ARCH__ [[ARCH:[0-9]+]]
+// CHECK-CUDA-NOT:#define __CUDA_ARCH__ {{[0-9]+}}
40
41
-// CHECK-CUDA-SYCL-DRIVER-NOT: #define __CUDA_ARCH__ [[ARCH:[0-9]+]]
+// CHECK-CUDA-SYCL-DRIVER-NOT: #define __CUDA_ARCH__ {{[0-9]+}}
42
43
// CHECK-HIP:#define __CUDA_ARCH__ 0
44
0 commit comments