]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Improve hipBLAS support in CMake (#7696)
authorDaniele <redacted>
Tue, 4 Jun 2024 12:09:15 +0000 (12:09 +0000)
committerGitHub <redacted>
Tue, 4 Jun 2024 12:09:15 +0000 (14:09 +0200)
commit987d743d6bc4cee4bde6820733ea33a2abc0afac
tree26775b0970f8619550ace00bc6f81b397d604c46
parentb226c1227bcf6412076ecf787421135fd2c42ef0
Improve hipBLAS support in CMake (#7696)

* Improve hipBLAS support in CMake

This improves the detection of the correct CMAKE_PREFIX_PATH when using different distributions or a self-built ROCm SDK.

* Set ROCM_PATH correctly
CMakeLists.txt