Skip to content

Commit 97a53f8

Browse files
committed
[NFC] XFAIL KernelAndProgram/free_function_kernels.cpp
1 parent 47373a2 commit 97a53f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sycl/test-e2e/KernelAndProgram/free_function_kernels.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
// REQUIRES: aspect-usm_shared_allocations
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
4-
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
7+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20244
58
// This test tests free function kernel code generation and execution.
69

710
#include <iostream>

0 commit comments

Comments
 (0)