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 31dc1d7 commit e0bb91eCopy full SHA for e0bb91e
sycl/test/on-device/extensions/sub_group_as_private.cpp
@@ -5,6 +5,10 @@
5
// RUNx: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
6
// RUNx: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
7
8
+// Assertion is not raised on CUDA because fallback mechanism is used.
9
+// UNSUPORTED: cuda
10
+// Assertion information is not displayed properly on windows
11
+// XFAIL: windows
12
#include <CL/sycl.hpp>
13
#include <cassert>
14
#include <cstdint>
0 commit comments