pub unsafe extern "C" fn cusparseSetStream(
handle: cusparseHandle_t,
streamId: cudaStream_t,
) -> cusparseStatus_tExpand 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.