Function opencl3::kernel::get_kernel_work_group_data[][src]

pub fn get_kernel_work_group_data(
    kernel: *mut c_void,
    device: *mut c_void,
    param_name: u32
) -> Result<Vec<u8, Global>, i32>
Expand description

Get data about work groups of an OpenCL kernel. Calls clGetKernelArgInfo to get the desired data about work groups of the kernel.