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

[SYCL] Re-enable 'required workgroup size' test #333

Merged
merged 2 commits into from
Jun 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions SYCL/Basic/reqd_work_group_size.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// XFAIL: cuda
// The negative test fails on CUDA. It's not clear whether the CUDA backend
// respects the reqd_work_group_size attribute.
// XFAIL: level_zero && linux
// Positive test fails on Linux (Level Zero GPU RT 21.21.19914). Zero sizes
// for local size is not allowed when required work group size is specified.

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