hipSOLVER regular API

hipSOLVER regular API#

This topic provides the method signatures for the wrapper functions that hipSOLVER implements. For a complete description of the behavior and arguments of the functions, see the corresponding backend documentation at cuSOLVER API and 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. This involves the addition of workspace parameters and some additional API methods. See Using hipSOLVER for a complete list of API differences.

If you’re interested in using hipSOLVER without these adjustments, so that the interface matches cuSOLVER, consult the Compatibility API documentation instead. See the porting section for more details.