hipBLAS documentation#

hipBLAS is a BLAS marshaling library with multiple supported backends. It sits between the application and a ‘worker’ BLAS library, marshalling inputs into the backend library and marshalling results back to the application. hipBLAS exports an interface that does not require the client to change, regardless of the chosen backend. Currently, it supports rocBLAS and cuBLAS as backends.

The code is open and hosted at: ROCm/hipBLAS

The hipBLAS documentation is structured as follows:

To contribute to the documentation refer to Contributing to ROCm.

You can find licensing information on the Licensing page.