Skip to content

Commit 8e2902c

Browse files
committed
[NFC][SYCL] Enable temporarily disabled LIT tests
Enable LIT test which were disbaled to unblock submission of PR#2148
1 parent fa8953d commit 8e2902c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda || cpu
1+
// UNSUPPORTED: cuda
22
// CUDA compilation and runtime do not yet support sub-groups.
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

0 commit comments

Comments
 (0)