hipSOLVER regular API#

This document provides the method signatures for wrapper functions that are currently implemented in hipSOLVER. For a complete description of the functions’ behavior and arguments, see the corresponding backend documentation at cuSOLVER API and/or rocSOLVER API.

The hipSOLVER API is designed to be similar to the cuSOLVER and rocSOLVER interfaces, but it requires some minor adjustments to ensure the best performance out of both backends. Generally, this involves the addition of workspace parameters and some additional API methods. Refer to Using hipSOLVER for a complete list of API differences.

Users interested in using hipSOLVER without these adjustments, so that the interface matches cuSOLVER, should instead consult the Compatibility API documentation. See also the porting section for more details.