From a377bf6a0346a35e625f2ffab17d358a638d4f05 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Mon, 5 Feb 2024 09:15:41 -0800 Subject: [PATCH] [SYCL][E2E] XPASS->UNSUPPORTED for KernelFusion/Reduction/reduction.cpp See notes in https://github.com/intel/llvm/pull/12540#issuecomment-1927506081 https://github.com/intel/llvm/pull/12586#issuecomment-1927494475 --- sycl/test-e2e/KernelFusion/Reduction/reduction.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sycl/test-e2e/KernelFusion/Reduction/reduction.cpp b/sycl/test-e2e/KernelFusion/Reduction/reduction.cpp index 3e2a3932224ed..120679246c64c 100644 --- a/sycl/test-e2e/KernelFusion/Reduction/reduction.cpp +++ b/sycl/test-e2e/KernelFusion/Reduction/reduction.cpp @@ -1,6 +1,9 @@ // RUN: %{build} -fsycl-embed-ir -o %t.out // RUN: %{run} %t.out -// XFAIL: cpu +// +// The test fails on opencl:cpu when running on AMD runner and passes when +// running on Intel Arc GPU runner. +// UNSUPPORTED: cpu // Test fusion works with reductions.