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

Commit b6bc4a0

Browse files
Update fp-as-kernel-arg.cpp
1 parent 7b65fa2 commit b6bc4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// UNSUPPORTED: cuda
22
// CUDA does not support the function pointer as kernel argument extension.
33

4-
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr %cxx_std_option -fsycl %s -o %t.out
4+
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
55
// RUN: %HOST_RUN_PLACEHOLDER %t.out
66
// RUN: %CPU_RUN_PLACEHOLDER %t.out
77
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)