Function launch_kernel

Source
pub fn launch_kernel<K, Args>(
    kernel: K,
    config: LaunchConfig,
    args: Args,
) -> Result<()>
where K: KernelFunction<Args>, Args: Clone + Send + Sync,
Expand description

Launch a kernel function