This page contains proposed changes for a future release of ROCm. Read the latest Linux release of ROCm documentation for your production environments.

hipBLAS documentation

hipBLAS documentation#

hipBLAS is a Basic Linear Algebra Subprograms (BLAS) marshaling library that supports multiple backends. It lies between the application and a “worker” BLAS library, marshalling inputs into the backend library and results back to the application. hipBLAS exports an interface that does not require client changes, regardless of the chosen backend. Currently, it supports rocBLAS and NVIDIA CUDA cuBLAS as backends.

The hipBLAS public repository is located at ROCm/hipBLAS.

To contribute to the documentation, see Contributing to ROCm.

You can find licensing information on the Licensing page.