/hipBLAS-common

Common files shared by hipBLAS and hipBLASLt

Primary LanguageCMakeMIT LicenseMIT

hipBLAS-common

Common files shared by hipBLAS and hipBLASLt

Build Instructions

There are 2 ways to build the hipblas-common package:

rmake script

Simply run the rmake script:

python3 ./rmake.py --install

Calling cmake and make directly

mkdir build
cd build
cmake ..
make package install