Sparse matrix helper functions#
These are helper functions that control aspects of the hipSOLVER library. They are divided into the following categories:
Handle set-up and tear-down functions. Used to initialize and cleanup the library handle.
Stream manipulation functions. Provide functionality to manipulate streams.
Handle set-up and tear-down#
hipsolverSpCreate()#
-
hipsolverStatus_t hipsolverSpCreate(hipsolverSpHandle_t *handle)#
hipsolverSpDestroy()#
-
hipsolverStatus_t hipsolverSpDestroy(hipsolverSpHandle_t handle)#
Stream manipulation#
hipsolverSpSetStream()#
-
hipsolverStatus_t hipsolverSpSetStream(hipsolverSpHandle_t handle, hipStream_t streamId)#