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 e88b0f9 commit b1b3ce9Copy full SHA for b1b3ce9
sycl/test-e2e/FreeFunctionKernels/free_function_kernels_enqueue.cpp
@@ -3,6 +3,9 @@
3
// RUN: %{build} -o %t.out
4
// RUN: %{run} %t.out
5
6
+// XFAIL: target-native_cpu
7
+// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142
8
+
9
// This test checks that free function kernels can be submitted using the
10
// enqueued functions defined in the free function kernel extension, namely the
11
// single_task and the nd_launch functions that take a queue/handler as an
0 commit comments