Skip to main content

cusolverDnSetStream

Function cusolverDnSetStream 

Source
pub unsafe extern "C" fn cusolverDnSetStream(
    handle: cusolverDnHandle_t,
    streamId: cudaStream_t,
) -> cusolverStatus_t
Expand 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