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

Commit c9b5bf5

Browse files
[SYCL] Temporarily disable assert_in_simultaneously_multiple_tus for CUDA (#1073)
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 7d7e339 commit c9b5bf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// FIXME flaky fail on CUDA
2+
// UNSUPPORTED: cuda
3+
//
14
// 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
25
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
36
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt

0 commit comments

Comments
 (0)