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 7036e66 commit e088d5dCopy full SHA for e088d5d
devops/compat_ci_exclude.sycl-rel-6_3
@@ -22,3 +22,9 @@ NonUniformGroups/opportunistic_group.cpp
22
# toolchain used to build the test, not the toolchain we're using SYCL RT from
23
# to run against pre-built E2E binaries.
24
Basic/device_config_file_consistency.cpp
25
+
26
+# The ABI compatibility is unimportant to device sanitizer since the user must
27
+# re-build their code if they want to test their code with device sanitizer.
28
+AddressSanitizer/*
29
+MemorySanitizer/*
30
+ThreadSanitizer/*
0 commit comments