Sparse matrix helper functions#

These helper functions control aspects of the hipSOLVER library. They are divided into the following categories:

Handle setup and teardown#

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)#