ROCm / hipBLASLt

hipBLASLt is a library that provides general matrix-matrix operations with a flexible API and extends functionalities beyond a traditional BLAS library
https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html
MIT License
63 stars 89 forks source link

findBLIS should check local build/dep #1216

Closed m-kim closed 1 month ago

m-kim commented 1 month ago

install.sh will install blis in build/dep directory if it's not found, so findBLIS.cmake should look there as well.