pub unsafe extern "C" fn cusolverDnSetStream(
handle: cusolverDnHandle_t,
streamId: cudaStream_t,
) -> cusolverStatus_tExpand description
This function sets the stream to be used by the cuSolverDN library to execute its routines.
§Parameters
handle: Handle to the cuSolverDN library context.streamId: The stream to be used by the library.
§Return value
cusolverStatus_t::CUSOLVER_STATUS_NOT_INITIALIZED: The library was not initialized.cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The stream was set successfully.