]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml: bypass code incompatible with CUDA < 11.1 (#2020)
authorSlava Primenko <redacted>
Thu, 4 Apr 2024 12:49:24 +0000 (14:49 +0200)
committerGitHub <redacted>
Thu, 4 Apr 2024 12:49:24 +0000 (14:49 +0200)
commit1d7657f40974e251ea42275e155a8abfb24228ef
tree9ae0e1f0be8c172aa3a6902c2a63ceb496994d6c
parentac283dbce7d42735e3ed985329037bf23fe180aa
ggml: bypass code incompatible with CUDA < 11.1 (#2020)

`cudaHostRegisterReadOnly` parameter was only introduced in CUDA 11.1

See this issue for more details:
https://github.com/ggerganov/whisper.cpp/issues/2007
ggml-cuda.cu