Skip to content

Commit 6bdc986

Browse files
committed
[SYCL][E2E] Move free_function_kernels.cpp to UNSUPPORTED
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent a67445c commit 6bdc986

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)