3.2. Helper Functions

These are helper functions that control aspects of the hipSOLVER library. These are divided into two categories:

3.2.1. Handle set-up and tear-down

List of handle initialization functions

3.2.2. Stream manipulation

List of stream manipulation functions

hipsolverDnSetStream()

hipsolverStatus_t hipsolverDnSetStream(hipsolverHandle_t handle, hipStream_t streamId)

An alias for hipsolverSetStream.

hipsolverDnGetStream()

hipsolverStatus_t hipsolverDnGetStream(hipsolverHandle_t handle, hipStream_t *streamId)

An alias for hipsolverGetStream.