Skip to main content

cuda_launch_host_function

Function cuda_launch_host_function 

Source
pub unsafe extern "C" fn cuda_launch_host_function(
    stream: CudaStreamHandle,
    host_fn: Option<unsafe extern "C" fn(*mut c_void)>,
    data: *const c_void,
) -> CudaRustError