Skip to content

Commit d782af3

Browse files
authored
[SYCL][E2E] Move free_function_kernels.cpp to UNSUPPORTED (#20305)
It's causing all the hangs/fails on BMG in the [nightly](https://github.com/intel/llvm/actions/runs/18300912064/job/52109204455), I manually narrowed it down to this test. Nightly run with this change [here](https://github.com/intel/llvm/actions/runs/18324422627/job/52186913555). Signed-off-by: Sarnie, Nick <[email protected]>
1 parent de32719 commit d782af3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sycl/test-e2e/KernelAndProgram/free_function_kernels.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// REQUIRES: aspect-usm_shared_allocations
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
4-
// XFAIL: run-mode && (gpu-intel-gen12 || gpu-intel-pvc-1T || arch-intel_gpu_bmg_g21 )
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20244
6-
// UNSUPPORTED: run-mode && gpu-intel-dg2
4+
// UNSUPPORTED: run-mode && (gpu-intel-gen12 || gpu-intel-dg2 || gpu-intel-pvc-1T || arch-intel_gpu_bmg_g21 )
75
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20244
86
// This test tests free function kernel code generation and execution.
97

0 commit comments

Comments
 (0)