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.