From 06c521c2a6a9c33dec5ee98cc0a46a84c74f76d0 Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Fri, 6 May 2022 04:41:29 -0700 Subject: [PATCH] [SYCL] Expand reduction_span XFAIL to all hip backend configs Signed-off-by: Larsen, Steffen --- SYCL/Reduction/reduction_span.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SYCL/Reduction/reduction_span.cpp b/SYCL/Reduction/reduction_span.cpp index e52e7da8c6..6a2cdf1e4a 100644 --- a/SYCL/Reduction/reduction_span.cpp +++ b/SYCL/Reduction/reduction_span.cpp @@ -3,8 +3,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // -// `Group algorithms are not supported on host device.` on Nvidia. -// XFAIL: hip_nvidia +// `Group algorithms are not supported on host device.` on HIP backend. +// XFAIL: hip // This test performs basic checks of reductions initialized with a sycl::span