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

Commit 2adfa38

Browse files
authored
[SYCL] [CUDA] Disable an assert test on CUDA due to flaky failures (#1251)
1 parent ee421ec commit 2adfa38

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)