Skip to main content

cudaMemsetAsync

Function cudaMemsetAsync 

Source
pub unsafe extern "C" fn cudaMemsetAsync(
    devPtr: *mut c_void,
    value: c_int,
    count: usize,
    stream: cudaStream_t,
) -> cudaError_t