Skip to content

Commit

Permalink
[SYCL][E2E] Exclude root_group.cpp XFAIL on opencl accelerator (intel…
Browse files Browse the repository at this point in the history
…#14251)

root_group.cpp can pass with OpenCL fpga emulator.
  • Loading branch information
yanfeng3721 committed Jun 24, 2024
1 parent 71d69f5 commit 973b8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/GroupAlgorithm/root_group.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Fails with opencl non-cpu, enable when fixed.
// XFAIL: (opencl && !cpu)
// XFAIL: (opencl && !cpu && !accelerator)
// RUN: %{build} -I . -o %t.out
// RUN: %{run} %t.out

Expand Down

0 comments on commit 973b8cb

Please sign in to comment.