Skip to content

Commit 20aee78

Browse files
[SYCL][E2E] XPASS->UNSUPPORTED for KernelFusion/Reduction/reduction.cpp (#12607)
See notes in #12540 (comment) #12586 (comment)
1 parent a2e1669 commit 20aee78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sycl/test-e2e/KernelFusion/Reduction/reduction.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -fsycl-embed-ir -o %t.out
22
// RUN: %{run} %t.out
3-
// XFAIL: cpu
3+
//
4+
// The test fails on opencl:cpu when running on AMD runner and passes when
5+
// running on Intel Arc GPU runner.
6+
// UNSUPPORTED: cpu
47

58
// Test fusion works with reductions.
69

0 commit comments

Comments
 (0)