Skip to content

Commit e0bb91e

Browse files
committed
Fix failures
1 parent 31dc1d7 commit e0bb91e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/test/on-device/extensions/sub_group_as_private.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// RUNx: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
66
// RUNx: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
77

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
812
#include <CL/sycl.hpp>
913
#include <cassert>
1014
#include <cstdint>

0 commit comments

Comments
 (0)