Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 33b09c2

Browse files
[LIT] Enable function pointers tests back for L0 (#53)
This patch enables function pointers tests back for Level Zero backend after fix in Level Zero runtime which resolves hang.
1 parent 0940977 commit 33b09c2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

SYCL/FunctionPointers/fp-as-kernel-arg.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// UNSUPPORTED: windows
2-
// UNSUPPORTED: cuda || level_zero
2+
// UNSUPPORTED: cuda
33
// CUDA does not support the function pointer as kernel argument extension.
4-
// Hangs on level zero
54

65
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out
76
// RUN: %HOST_RUN_PLACEHOLDER %t.out

SYCL/FunctionPointers/pass-fp-through-buffer.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// UNSUPPORTED: windows
2-
// UNSUPPORTED: cuda || level_zero
2+
// UNSUPPORTED: cuda
33
// CUDA does not support the function pointer as kernel argument extension.
4-
// Hangs on level zero
54

65
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out
76
// RUN: %HOST_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)