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 f12e45f commit a6edfc9Copy full SHA for a6edfc9
SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp
@@ -1,5 +1,9 @@
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
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