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 bc89b2f commit ed08f07Copy full SHA for ed08f07
SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp
@@ -1,3 +1,6 @@
1
+// FIXME flaky fail on CUDA
2
+// UNSUPPORTED: cuda
3
+//
4
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple -I %S/Inputs %s %S/Inputs/kernels_in_file2.cpp -o %t.out %threads_lib
5
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
6
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt
0 commit comments