Skip to content

Commit 973b8cb

Browse files
authored
[SYCL][E2E] Exclude root_group.cpp XFAIL on opencl accelerator (#14251)
root_group.cpp can pass with OpenCL fpga emulator.
1 parent 71d69f5 commit 973b8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/GroupAlgorithm/root_group.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Fails with opencl non-cpu, enable when fixed.
2-
// XFAIL: (opencl && !cpu)
2+
// XFAIL: (opencl && !cpu && !accelerator)
33
// RUN: %{build} -I . -o %t.out
44
// RUN: %{run} %t.out
55

0 commit comments

Comments
 (0)