Skip to content

minsukim-amd/hipBLAS-common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

About

Common files shared by hipBLAS and hipBLASLt

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CMake 50.1%
  • Python 26.7%
  • C++ 23.2%