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 463f00c commit 0f796bcCopy full SHA for 0f796bc
sycl/test-e2e/NonUniformGroups/ballot_group_algorithms.cpp
@@ -5,6 +5,10 @@
5
// REQUIRES: sg-32
6
// REQUIRES: aspect-ext_oneapi_ballot_group
7
8
+// Fails in Nightly testing on the self-hosted CUDA runner:
9
+// https://github.com/intel/llvm/issues/12995.
10
+// UNSUPPORTED: cuda
11
+
12
#include <sycl/detail/core.hpp>
13
#include <sycl/ext/oneapi/experimental/ballot_group.hpp>
14
#include <sycl/group_algorithm.hpp>
0 commit comments