Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 317 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 317 Bytes

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