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 ecaab93 commit ed9eb8fCopy full SHA for ed9eb8f
sycl/test-e2e/MemorySanitizer/lit.local.cfg
@@ -1,3 +1,8 @@
1
+has_arch_gpu_intel_pvc = any('arch-intel_gpu_pvc' in T for T in config.sycl_dev_features.values())
2
+
3
+if not has_arch_gpu_intel_pvc:
4
+ config.unsupported_features += ['gpu']
5
6
config.substitutions.append(
7
("%device_msan_flags", "-Xarch_device -fsanitize=memory")
8
)
0 commit comments