ROCmSoftwarePlatform / rocBLAS

Next generation BLAS implementation for ROCm platform

Home Page:https://rocm.docs.amd.com/projects/rocBLAS/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rocBLAS

rocBLAS is the ROCm Basic Linear Algebra Subprograms (BLAS) library. rocBLAS is implemented in the HIP programming language and optimized for AMD GPUs.

Requirements

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

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

Install and build

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

About

Next generation BLAS implementation for ROCm platform

https://rocm.docs.amd.com/projects/rocBLAS/en/latest/

License:Other


Languages

Language:C++ 59.2%Language:Shell 23.6%Language:Fortran 8.1%Language:C 6.4%Language:Python 1.8%Language:CMake 0.6%Language:Groovy 0.1%Language:Asymptote 0.1%Language:Makefile 0.0%