Skip to content

Commit c577689

Browse files
committed
Disable new reqd_work_group_size test on CUDA
1 parent a20542d commit c577689

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/test/basic_tests/reqd_work_group_size.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// XFAIL: cuda
2+
// The negative test fails on CUDA. It's not clear whether the CUDA backend
3+
// respects the reqd_work_group_size attribute.
4+
15
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
26
// RUN: %CPU_RUN_PLACEHOLDER %t.out
37
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)