Skip to content

Conversation

primenko-v
Copy link
Contributor

cudaHostRegisterReadOnly parameter that is used in ggml-cuda.cu, was only introduced in CUDA 11.1: #2007

This fix simply bypasses the part of the code that is incompatible with CUDA < 11.1. Not sure if there is a way to replicate the original functionality more precisely without relying on cudaHostRegisterReadOnly.

`cudaHostRegisterReadOnly` parameter was only introduced in CUDA 11.1

See this issue for more details:
ggml-org#2007
@slaren slaren merged commit 1d7657f into ggml-org:master Apr 4, 2024
jiahansu pushed a commit to WiseSync/whisper.cpp that referenced this pull request Apr 17, 2024
`cudaHostRegisterReadOnly` parameter was only introduced in CUDA 11.1

See this issue for more details:
ggml-org#2007
viktor-silakov pushed a commit to viktor-silakov/whisper_node_mic.cpp that referenced this pull request May 11, 2024
`cudaHostRegisterReadOnly` parameter was only introduced in CUDA 11.1

See this issue for more details:
ggml-org#2007
iThalay pushed a commit to iThalay/whisper.cpp that referenced this pull request Sep 23, 2024
`cudaHostRegisterReadOnly` parameter was only introduced in CUDA 11.1

See this issue for more details:
ggml-org#2007
iThalay pushed a commit to iThalay/whisper.cpp that referenced this pull request Sep 23, 2024
`cudaHostRegisterReadOnly` parameter was only introduced in CUDA 11.1

See this issue for more details:
ggml-org#2007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants