pub unsafe extern "C" fn mcl_exec(
hdl: *mut mcl_handle,
global_work_dims: *mut u64,
local_work_dims: *mut u64,
flags: u64,
) -> c_intExpand description
@brief Execute a specified task
@param hdl The task handle created by mcl_task_create @param global_work_dims An array of size MCL_DEV_DIMS containing the number of threads in each dimension @param local_work_dims An array of size MCL_DEV_DIMS contianing the local work dimensions @param flags Additional task flags. Specify compute locations using MCL_TASK_* flags @return int 0 if task is succefully able to be queued