Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit d970da8

Browse files
[SYCL][HIP] Mark reduction_span_pack.cpp unsupported on hip/amd (#1079)
This test has been blocking the sycl pulldown for over a week and has evaded reproduction anywhere outside of CI. It's been decided to mark it xfail for now and continue with the pulldown as this problem is being investigated. See intel/llvm#6409 for more details.
1 parent 6569dfc commit d970da8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SYCL/Reduction/reduction_span_pack.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
// `Group algorithms are not supported on host device.` on Nvidia.
77
// XFAIL: hip_nvidia
88

9+
// Disable this test on HIP/AMD until this issue has been fixed:
10+
// https://github.com/intel/llvm/issues/6409
11+
//
12+
// UNSUPPORTED: hip
13+
914
// This test performs basic checks of reductions initialized with a pack
1015
// containing at least one sycl::span
1116

0 commit comments

Comments
 (0)