hipSOLVER compatibility API - Dense Matrices#

This document provides the method signatures for the 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.

For ease of porting from existing cuSOLVER applications to hipSOLVER, functions in the hipsolverDn compatibility API are designed to have method signatures that are consistent with the cusolverDn interface. However, performance issues may arise when using the rocSOLVER backend due to differing workspace requirements. Therefore, users interested in achieving the best performance with the rocSOLVER backend should consult the regular API documentation, and transition from the compatibility API to the regular API at the earliest convenience. Please refer to Using hipSOLVER for additional considerations regarding the use of the compatibility API.