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 8c13580 commit 0b8947aCopy full SHA for 0b8947a
sycl/test/hier_par/hier_par_wgscope_O0.cpp
@@ -13,7 +13,7 @@
13
// RUN: %GPU_RUN_PLACEHOLDER %t.out
14
// RUN: %ACC_RUN_PLACEHOLDER %t.out
15
16
-// UNSUPPORTED: accelerator || (system-windows && cpu)
+// XFAIL: system-windows && cpu
17
18
// This test checks correctness of hierarchical kernel execution when there is
19
// code and data in the work group scope, and when the test is compiled with
sycl/test/sub_group/generic-shuffle.cpp
@@ -1,5 +1,6 @@
1
// UNSUPPORTED: cuda || cpu
2
// CUDA compilation and runtime do not yet support sub-groups.
3
+// #2245 failed on OpenCL CPU (2020.10.7.0.15) with avx2 instruction set
4
//
5
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
6
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
0 commit comments