Skip to main content

cusparseSetStream

Function cusparseSetStream 

Source
pub unsafe extern "C" fn cusparseSetStream(
    handle: cusparseHandle_t,
    streamId: cudaStream_t,
) -> cusparseStatus_t
Expand description

This function sets the stream to be used by the cuSPARSE library to execute its routines.

ยงParameters

  • handle: The handle to the cuSPARSE context.
  • streamId: The stream to be used by the library.