Skip to main content

cudaMemPrefetchAsync

Function cudaMemPrefetchAsync 

Source
pub unsafe extern "C" fn cudaMemPrefetchAsync(
    devPtr: *const c_void,
    count: usize,
    dstDevice: c_int,
    stream: cudaStream_t,
) -> cudaError_t