rocBLAS is the ROCm Basic Linear Algebra Subprograms (BLAS) library. rocBLAS is implemented in the HIP programming language and optimized for AMD GPUs.
You must have ROCm installed on your system before you can install rocBLAS. For information on ROCm installation and required platform dependencies, refer to the ROCm.
Documentation for rocBLAS is available at https://rocm.docs.amd.com/projects/rocBLAS/en/latest/index.html.
To build documentation locally, use the following code:
cd docs
pip3 install -r .sphinx/requirements.txt
python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
After you install the ROCm package repositories, you can download and install the rocblas
package
from the system package manager. For example, on Ubuntu you can use the following code:
sudo apt-get update
sudo apt-get install rocblas