Skip to content

ROCmSoftwarePlatform/rocBLAS

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* Performance tuning for SGEMM NT problems

* Tune more kernel sizes(M=1024,2048,240)

* tune more sizes and cleanup
2d1f439

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 18, 2022 09:09
January 24, 2023 16:22
November 21, 2022 08:00
March 31, 2022 11:00
January 16, 2022 07:21
November 21, 2022 08:00
November 21, 2022 08:00
February 28, 2023 11:28

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