We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0241f64 commit 362e8dbCopy full SHA for 362e8db
SYCL/ESIMD/private_memory/pm_access_1.cpp
@@ -8,6 +8,6 @@
8
9
// REQUIRES: gpu
10
// Sporadic failure in GPU RT 21.16.19610
11
-// UNSUPPORTED: cuda || (level_zero && linux)
+// UNSUPPORTED: cuda || (level_zero && linux) || (opencl && linux)
12
// RUN: %clangxx -fsycl -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
13
// RUN: %GPU_RUN_PLACEHOLDER %t.out 1
SYCL/Reduction/reduction_nd_ext_half.cpp
@@ -1,3 +1,6 @@
1
+// Sporadic failure
2
+// UNSUPPORTED: opencl && windows
3
+
4
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
5
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
0 commit comments