hipSOLVER compatibility API: sparse matrices

hipSOLVER compatibility API: sparse 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 hipsolverSp compatibility API are designed to have method signatures that are consistent with the cusolverSp interface. The equivalent functions have not been added to the regular hipSOLVER API.

Note

There are some performance limitations when using the rocSOLVER backend because not all functionality required for optimal performance has been implemented yet.