We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47373a2 commit 97a53f8Copy full SHA for 97a53f8
sycl/test-e2e/KernelAndProgram/free_function_kernels.cpp
@@ -1,7 +1,10 @@
1
// REQUIRES: aspect-usm_shared_allocations
2
// RUN: %{build} -o %t.out
3
// 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
7
+// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20244
8
// This test tests free function kernel code generation and execution.
9
10
#include <iostream>
0 commit comments