cl-kernel-local-size ( kernel -- size )


Vocabulary
opencl

Inputs
kernela cl-kernel


Outputs
sizean integer


Word description
Returns the maximum size of a local work group for this kernel.

Definition