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 55b2227 commit 87d4732Copy full SHA for 87d4732
sycl/test-e2e/AddressSanitizer/lit.local.cfg
@@ -21,6 +21,9 @@ config.unsupported_features += ['spirv-backend']
21
# https://github.com/intel/llvm/issues/16920
22
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
23
24
+# https://github.com/intel/llvm/issues/20894
25
+config.unsupported_features += ['arch-intel_gpu_mtl_u']
26
+
27
# https://github.com/intel/llvm/issues/20142
28
config.unsupported_features += ['target-native_cpu']
29
unsupported_san_flags = [
0 commit comments