From 96a18271fc253b47f2892bef0741f7593d6eb217 Mon Sep 17 00:00:00 2001 From: pgorlani Date: Thu, 14 Jul 2022 06:02:31 -0400 Subject: [PATCH] [SYCL][HIP] Enable reduction span test This patch refers to https://github.com/intel/llvm/pull/6434 --- SYCL/Reduction/reduction_span.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/SYCL/Reduction/reduction_span.cpp b/SYCL/Reduction/reduction_span.cpp index 6a2cdf1e4a..57bc92ef98 100644 --- a/SYCL/Reduction/reduction_span.cpp +++ b/SYCL/Reduction/reduction_span.cpp @@ -2,9 +2,6 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// -// `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