rocBLAS icon indicating copy to clipboard operation
rocBLAS copied to clipboard

Next generation BLAS implementation for ROCm platform

rocBLAS

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

Documentation

Information about the library API and other user topics can be found in the rocBLAS documentation.

Prerequisites

The AMD ROCm install guide describes how to set up the ROCm repositories and install the required platform dependencies.

Installing pre-built packages

With the AMD ROCm package repositories installed, the rocblas package can be retrieved from the system package manager. For example, on Ubuntu:

sudo apt-get update
sudo apt-get install rocblas