2.2. Helper Functions¶
These are helper functions that control aspects of the hipSOLVER library. These are divided into two categories:
Handle set-up and tear-down functions. Used to initialize and cleanup the library handle.
Stream manipulation functions. Provide functionality to manipulate streams.
2.2.1. Handle set-up and tear-down¶
List of handle initialization functions
hipsolverCreate()¶
-
hipsolverStatus_t
hipsolverCreate
(hipsolverHandle_t *handle)¶
hipsolverDestroy()¶
-
hipsolverStatus_t
hipsolverDestroy
(hipsolverHandle_t handle)¶
2.2.2. Stream manipulation¶
List of stream manipulation functions
hipsolverSetStream()¶
-
hipsolverStatus_t
hipsolverSetStream
(hipsolverHandle_t handle, hipStream_t streamId)¶
hipsolverGetStream()¶
-
hipsolverStatus_t
hipsolverGetStream
(hipsolverHandle_t handle, hipStream_t *streamId)¶