Skip to content

Commit b1b3ce9

Browse files
committed
Add XFAIL for native CPU
1 parent e88b0f9 commit b1b3ce9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/FreeFunctionKernels/free_function_kernels_enqueue.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

6+
// XFAIL: target-native_cpu
7+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142
8+
69
// This test checks that free function kernels can be submitted using the
710
// enqueued functions defined in the free function kernel extension, namely the
811
// single_task and the nd_launch functions that take a queue/handler as an

0 commit comments

Comments
 (0)