Skip to content

Commit df8b9ef

Browse files
romanovvladbb-sycl
authored andcommitted
[SYCL] [CUDA] Disable an assert test on CUDA due to flaky failures (intel#1251)
1 parent 2baea14 commit df8b9ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/Assert/assert_in_simultaneous_kernels.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: linux
2-
// FIXME: Flaky on HIP
3-
// UNSUPPORTED: hip
2+
// FIXME: Flaky on HIP and cuda
3+
// UNSUPPORTED: hip || cuda
44
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %threads_lib
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
66
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt

0 commit comments

Comments
 (0)