Skip to content

Commit 3538c2d

Browse files
committed
Indicate that this test is expected to fail on level_zero.
The global work offset is not supported on level zero today. I am adding an assertion to piEnqueueKernelLaunch() to catch when the global work offset is not zero. This test uses the global work offset, so I am indicating that it will fail. Signed-off-by: Gail Lyons <[email protected]>
1 parent b3bc848 commit 3538c2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test/basic_tests/free_function_queries/free_function_queries.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
66

7+
// TODO: Support global work offset on Level Zero.
8+
// XFAIL: level_zero
9+
710
//==- free_function_queries.cpp - SYCL free function queries test -=//
811
//
912
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)