Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 8fb5c35

Browse files
authored
[SYCL] Enable fallback assertion test for OpenCL backend (#1026)
1 parent 46a229e commit 8fb5c35

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// 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
2+
// FIXME flaky output on Level Zero
3+
// UNSUPPORTED: cuda || hip || level_zero
74
// 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
85
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
96
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt

0 commit comments

Comments
 (0)