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

[SYCL] Enable function pointers tests back for L0 #53

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions SYCL/FunctionPointers/fp-as-kernel-arg.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// UNSUPPORTED: windows
// UNSUPPORTED: cuda || level_zero
// UNSUPPORTED: cuda
// CUDA does not support the function pointer as kernel argument extension.
// Hangs on level zero

// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -std=c++14 -fsycl %s -o %t.out
// RUN: %HOST_RUN_PLACEHOLDER %t.out
Expand Down
3 changes: 1 addition & 2 deletions SYCL/FunctionPointers/pass-fp-through-buffer.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// UNSUPPORTED: windows
// UNSUPPORTED: cuda || level_zero
// UNSUPPORTED: cuda
// CUDA does not support the function pointer as kernel argument extension.
// Hangs on level zero

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