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

Commit d2abf74

Browse files
authored
[SYCL][CUDA] Temporarily disable flaky Regression/unoptimized_stream.cpp test on CUDA (#392)
1 parent c9f5e12 commit d2abf74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/Regression/unoptimized_stream.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

6+
// UNSUPPORTED: cuda
7+
// Disable test due to flaky failure on CUDA(issue #387)
8+
69
// NOTE: The libclc target used by the CUDA backend used to generate atomic load
710
// variants that were unsupported by NVPTX. Even if they were not used
811
// directly, sycl::stream and other operations would keep the invalid

0 commit comments

Comments
 (0)