We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4ad17 commit 5208b84Copy full SHA for 5208b84
SYCL/Regression/unoptimized_stream.cpp
@@ -3,6 +3,9 @@
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
6
+// UNSUPPORTED: cuda
7
+// Disable test due to flaky failure on CUDA(issue #387)
8
+
9
// NOTE: The libclc target used by the CUDA backend used to generate atomic load
10
// variants that were unsupported by NVPTX. Even if they were not used
11
// directly, sycl::stream and other operations would keep the invalid
0 commit comments