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 results back to the application. hipSOLVER supports rocSOLVER and NVIDIA CUDA cuSOLVER as backends. It exports an interface that does not require the client to change, regardless of the chosen backend.
The hipSOLVER public repository is located at ROCm/hipSOLVER.
To contribute to the documentation, see Contributing to ROCm.
You can find licensing information on the Licensing page.