Handbook
Glossary
cl-kernel-name ( kernel -- string )
Vocabulary
opencl
Inputs
kernel
a
cl-kernel
Outputs
string
a
string
Word description
Returns the name of the kernel function.
Definition
USING:
accessors
opencl.ffi
opencl.private
;
IN:
opencl
:
cl-kernel-name
( kernel -- string )
handle>>
CL_KERNEL_FUNCTION_NAME
kernel-info-string
;