Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 30f2cc8

Browse files
authored
[SYCL] Re-enable 'required workgroup size' test (#333)
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent c8eaa9b commit 30f2cc8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SYCL/Basic/reqd_work_group_size.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// XFAIL: cuda
22
// The negative test fails on CUDA. It's not clear whether the CUDA backend
33
// respects the reqd_work_group_size attribute.
4-
// XFAIL: level_zero && linux
5-
// Positive test fails on Linux (Level Zero GPU RT 21.21.19914). Zero sizes
6-
// for local size is not allowed when required work group size is specified.
74

85
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
96
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)