Skip to content

Commit 0892540

Browse files
committed
[NFC] Disable generic-shuffle.cpp due to bug in OpenCL CPU RT
1 parent 8e2902c commit 0892540

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test/sub_group/generic-shuffle.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: cuda || cpu
22
// 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
34
//
45
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
56
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out

0 commit comments

Comments
 (0)