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 95be6f7 commit 678655cCopy full SHA for 678655c
sycl/test-e2e/AddressSanitizer/lit.local.cfg
@@ -10,9 +10,5 @@ config.substitutions.append(
10
11
config.unsupported_features += ['cuda', 'hip']
12
13
-# https://github.com/intel/llvm/issues/15461
14
-# Wait for cpu driver uplifting
15
-config.unsupported_features += ['arch-x86_64']
16
-
17
# https://github.com/intel/llvm/issues/15953
18
-config.unsupported_features += ['arch-intel_gpu_12_0_0']
+config.unsupported_features += ['gpu-intel-gen12']
0 commit comments