hipSOLVER compatibility API: dense matrices#
Here are 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.
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 might arise when using the rocSOLVER backend due to differing workspace requirements. If you are interested in achieving the best performance with the rocSOLVER backend, review the regular API documentation and transition from the compatibility API to the regular API at the earliest convenience. See Using hipSOLVER for additional considerations regarding the use of the compatibility API.