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 789e99b commit 2ada685Copy full SHA for 2ada685
SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp
@@ -1,9 +1,6 @@
1
// FIXME unsupported on CUDA and HIP until fallback libdevice becomes available
2
-// UNSUPPORTED: cuda || hip
3
-// clang-format off
4
-// Failed on Linux on unrelated change (FileCheck error: '.../assert_in_simultaneously_multiple_tus.cpp.tmp.txt' is empty)
5
-// clang-format on
6
-// REQUIRES: TEMPORARILY_DISABLED
+// FIXME flaky output on Level Zero
+// UNSUPPORTED: cuda || hip || level_zero
7
// 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
8
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
9
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt
0 commit comments