cl-kernel-arity ( kernel -- arity )


Vocabulary
opencl

Inputs
kernela cl-kernel


Outputs
arityan integer


Word description
Returns the number of inputs that this kernel function accepts.

Definition