Skip to content

Common files shared by hipBLAS and hipBLASLt

License

Notifications You must be signed in to change notification settings

habdelkh/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

About

Common files shared by hipBLAS and hipBLASLt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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