Skip to content

StreamHPC/rocBLAS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.3%
  • Shell 23.6%
  • Fortran 8.1%
  • C 6.4%
  • Python 1.8%
  • CMake 0.6%
  • Other 0.2%