Function cuda_sys::cuda::cuMemcpyAsync[][src]

pub unsafe extern "C" fn cuMemcpyAsync(
    dst: CUdeviceptr,
    src: CUdeviceptr,
    ByteCount: usize,
    hStream: CUstream
) -> CUresult