Skip to main content

cudaMallocAsync

Function cudaMallocAsync 

Source
pub unsafe fn cudaMallocAsync(
    devPtr: *mut *mut c_void,
    size: usize,
    hStream: cudaStream_t,
) -> cudaError_t