Handbook
Glossary
cl-kernel-local-size ( kernel -- size )
Vocabulary
opencl
Inputs
kernel
a
cl-kernel
Outputs
size
an
integer
Word description
Returns the maximum size of a local work group for this kernel.
Definition
USING:
accessors
kernel
opencl.ffi
opencl.private
;
IN:
opencl
:
cl-kernel-local-size
( kernel -- size )
(current-cl-device)
[
handle>>
]
bi@
CL_KERNEL_WORK_GROUP_SIZE
kernel-work-group-info-size_t
;
inline