https://github.com/rocm/rocblas
[DEPRECATED] Moved to ROCm/rocm-libraries repo
https://github.com/rocm/rocblas
blas hip rocm
Last synced: 2 months ago
JSON representation
[DEPRECATED] Moved to ROCm/rocm-libraries repo
- Host: GitHub
- URL: https://github.com/rocm/rocblas
- Owner: ROCm
- License: other
- Created: 2015-10-08T18:48:02.000Z (over 10 years ago)
- Default Branch: develop_deprecated
- Last Pushed: 2026-01-19T16:42:30.000Z (5 months ago)
- Last Synced: 2026-01-19T22:51:05.549Z (5 months ago)
- Topics: blas, hip, rocm
- Language: C++
- Homepage: https://github.com/ROCm/rocm-libraries
- Size: 179 MB
- Stars: 391
- Watchers: 56
- Forks: 191
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.rst
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# rocBLAS
> [!CAUTION]
> The rocBLAS repository is retired, please use the [ROCm/rocm-libraries](https://github.com/ROCm/rocm-libraries) repository
rocBLAS is the [ROCm](https://rocm.docs.amd.com/en/latest) Basic Linear Algebra Subprograms (BLAS)
library. rocBLAS is implemented in the
[HIP programming language](https://github.com/ROCm/HIP) 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](https://rocm.docs.amd.com/en/latest).
## Documentation
> [!NOTE]
> The published rocBLAS documentation is available at [rocBLAS](https://rocm.docs.amd.com/projects/rocBLAS/en/latest/index.html) in an organized, easy-to-read format, with search and a table of contents. The documentation source files reside in the rocBLAS/docs folder of this repository. As with all ROCm projects, the documentation is open source. For more information, see [Contribute to ROCm documentation](https://rocm.docs.amd.com/en/latest/contribute/contributing.html).