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 2baea14 commit df8b9efCopy full SHA for df8b9ef
SYCL/Assert/assert_in_simultaneous_kernels.cpp
@@ -1,6 +1,6 @@
1
// REQUIRES: linux
2
-// FIXME: Flaky on HIP
3
-// UNSUPPORTED: hip
+// FIXME: Flaky on HIP and cuda
+// UNSUPPORTED: hip || cuda
4
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %threads_lib
5
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
6
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt
0 commit comments