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

[SYCL][HIP] Mark reduction_span_pack.cpp unsupported on hip/amd #1079

Merged
merged 2 commits into from
Jul 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions SYCL/Reduction/reduction_span_pack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
// `Group algorithms are not supported on host device.` on Nvidia.
// XFAIL: hip_nvidia

// Disable this test on HIP/AMD until this issue has been fixed:
// https://github.com/intel/llvm/issues/6409
//
// UNSUPPORTED: hip

// This test performs basic checks of reductions initialized with a pack
// containing at least one sycl::span

Expand Down