Caution
The hipBLAS-common repository is retired, please use the ROCm/rocm-libraries repository
hipBLAS-common is a header-only library that provides common files for hipBLAS and hipBLASLt.
This section describes how to configure and build the hipBLAS-common project.
hipBLAS-common provides modern CMake support and relies on native CMake functionality, with the exception of some project specific options. As such, users are advised to consult the CMake documentation for general usage questions. Below are usage examples to get started. For details on all configuration options, see the options section.
cd hipBLAS-common
CXX=/opt/rocm/bin/amdclang++ \
cmake -B build \
-S . \
-D CMAKE_INSTALL_PREFIX=<preferred installation path>
cmake --build build --target install
roc::hipblas-common
python3 ./rmake.py --install