Skip to content

Commit 0b8947a

Browse files
authored
[NFC][SYCL] Enable temporarily disabled LIT tests (#2244)
- Enable LIT test which were disabled to unblock submission of PR#2148 - Disable generic-shuffle.cpp due to bug in OpenCL CPU RT
1 parent 8c13580 commit 0b8947a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sycl/test/hier_par/hier_par_wgscope_O0.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1515

16-
// UNSUPPORTED: accelerator || (system-windows && cpu)
16+
// XFAIL: system-windows && cpu
1717

1818
// This test checks correctness of hierarchical kernel execution when there is
1919
// code and data in the work group scope, and when the test is compiled with

sycl/test/sub_group/generic-shuffle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// 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)