Skip to content

Commit 03a9bca

Browse files
[SYCL] Disable test assert_in_simultaneous_kernels due to flaky failures (intel#935)
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent b8c62d2 commit 03a9bca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SYCL/Assert/assert_in_simultaneous_kernels.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// REQUIRES: linux
1+
// Temporary disabled due to falky failures on level_zero with segmentation
2+
// fault
3+
// REQUIRES: linux, TEMPORARY_DISABLED
24
// FIXME unsupported on CUDA and HIP until fallback libdevice becomes available
35
// UNSUPPORTED: cuda || hip
46
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %threads_lib

0 commit comments

Comments
 (0)