set_args
Set all the given kernel args arguments for an OpenCL kernel, as if set_arg() was used with each of them in the same order and increasing index always starting at 0.
|
(1) |
-
Set all the given kernel args arguments for an OpenCL kernel, as if set_arg() was used with each of them in the same order and increasing index always starting at 0.
Parameters:-
Ts &&...
args
: Parameters passed to the OpenCL kernel
-