We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20542d commit c577689Copy full SHA for c577689
sycl/test/basic_tests/reqd_work_group_size.cpp
@@ -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
+
5
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
6
// RUN: %CPU_RUN_PLACEHOLDER %t.out
7
// RUN: %GPU_RUN_PLACEHOLDER %t.out
0 commit comments