scchan / rocBLAS

Next generation BLAS implementation for ROCm platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rocBLAS

rocBLAS is AMD's library for BLAS on ROCm. It is implemented in the HIP programming language and optimized for AMD's GPUs.

Acronym Expansion
BLAS Basic Linear Algebra Subprograms
ROCm Radeon Open Compute platform
HIP Heterogeneous-Compute Interface for Portability

Documentation

The latest rocBLAS documentation and API description can be found here.

Prerequisites

Installing pre-built packages

rocBLAS can be installed on Ubuntu using

sudo apt-get update
sudo apt-get install rocblas

rocBLAS Debian packages can also be downloaded from the rocBLAS releases tag. These may be newer than the package from apt-get.

Building rocBLAS from source, exported functions, and additional information

For additional information, please consult the wiki

About

Next generation BLAS implementation for ROCm platform

License:MIT License


Languages

Language:C++ 49.6%Language:Shell 39.7%Language:C 7.2%Language:Python 2.0%Language:CMake 1.1%Language:Groovy 0.2%Language:Asymptote 0.2%Language:Emacs Lisp 0.0%