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

[SYCL][CUDA] Enables reqd_work_group_test for CUDA #278

Merged
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
4 changes: 0 additions & 4 deletions SYCL/Basic/reqd_work_group_size.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// XFAIL: cuda
// The negative test fails on CUDA. It's not clear whether the CUDA backend
// respects the reqd_work_group_size attribute.

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