]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cuda: Add cublasLt_static linking when GGML_STATIC is enabled (llama/15622)
authormatiaslin <redacted>
Thu, 28 Aug 2025 00:32:36 +0000 (17:32 -0700)
committerGeorgi Gerganov <redacted>
Sat, 20 Sep 2025 10:42:43 +0000 (13:42 +0300)
commit88c0582b612ab68994ef84339069a2433859af8c
treebb7e107f84e74dd76a1677681b25c53f0d3cb868
parent65fa2c0c1a9777f98dced08938ec158c4d6916d3
cuda: Add cublasLt_static linking when GGML_STATIC is enabled (llama/15622)

Prior to this change, we faced undefined cublasLt references when
attempting to compile 'llama-cli' with GGML_STATIC=ON on Linux.

We add linking with CUDA::cublasLt_static when CUDA version is greater
than 10.1.
ggml/src/ggml-cuda/CMakeLists.txt