Skip to content

Commit 4c9b19b

Browse files
[SYCL][E2E] XFAIL max_sub_groups test for FPGA (#17210)
This commit adds an XFAIL for FPGA in the sycl/test-e2e/Experimental/launch_queries/max_sub_groups.cpp as it currently triggers an assert. See #17209. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent b411b62 commit 4c9b19b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/Experimental/launch_queries/max_sub_groups.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4+
// XFAIL: accelerator
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17209
6+
47
#include <sycl/detail/core.hpp>
58
#include <sycl/detail/info_desc_helpers.hpp>
69
#include <sycl/kernel.hpp>

0 commit comments

Comments
 (0)