hipSOLVER documentation#

hipSOLVER is a LAPACK marshalling library, with multiple supported backends. It sits between the application and a ‘worker’ LAPACK library, marshalling inputs into the backend library and marshalling results back to the application. hipSOLVER supports rocSOLVER and cuSOLVER as backends. hipSOLVER exports an interface that does not require the client to change, regardless of the chosen backend.

The code is open and hosted at: ROCm/hipSOLVER

The hipSOLVER documentation is structured as follows:

Using hipSOLVER is the starting point for new users of the library. For a list of currently implemented routines in the different APIs refer to Introduction to hipSOLVER API.

To contribute to the documentation refer to Contributing to ROCm.

You can find licensing information on the Licensing page.