Skip to content
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: 2 additions & 1 deletion sycl/test/function-pointers/fp-as-kernel-arg.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// UNSUPPORTED: windows
// UNSUPPORTED: cuda
// UNSUPPORTED: cuda || level_zero
// 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: env SYCL_DEVICE_TYPE=HOST %t.out
Expand Down
3 changes: 2 additions & 1 deletion sycl/test/function-pointers/pass-fp-through-buffer.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// UNSUPPORTED: windows
// UNSUPPORTED: cuda
// UNSUPPORTED: cuda || level_zero
// 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: env SYCL_DEVICE_TYPE=HOST %t.out
Expand Down