Skip to content

ROCm/hipBLAS-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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