You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% kernel_function: Cell array of kernel functions to execute (can also be a single string for just one kernel)
% global_range: 3D global OpenCL range (see NDRange). If this vector has six entires, the first three define the 3D work offset followed by the 3D work size.
% local_range: Local OpenCL range (see NDRange)
% in1, out1: List of variables to pass from/to kernel
% rw_flags: read/write flag for the Kernel variables, this can either be scalar (all variables are read&write) or a vector with an entry for each variable: 0 - read&write / 1 - kernel read only / 2 - kernel write only
%
% Outputs
% -------
% run_time: Microseconds it took to execute the kernels (might be slower due to printf redirection)