Skip to content

Commit

Permalink
[SYCL][E2E] XPASS->UNSUPPORTED for KernelFusion/Reduction/reduction.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel committed Feb 5, 2024
1 parent 5b3ba9f commit a377bf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sycl/test-e2e/KernelFusion/Reduction/reduction.cpp
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit a377bf6

Please sign in to comment.