Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CUDA support via cuBLAS #834

Merged
merged 7 commits into from Apr 30, 2023
Merged

Add CUDA support via cuBLAS #834

merged 7 commits into from Apr 30, 2023

Conversation

ggerganov
Copy link
Owner

@ggerganov ggerganov commented Apr 29, 2023

Usage:

# install CUDA from https://developer.nvidia.com/cuda-downloads

# compile with cuBLAS support
make clean
WHISPER_CUBLAS=1 make -j

@ggerganov ggerganov mentioned this pull request Apr 29, 2023
@ggerganov ggerganov merged commit 5fd1bdd into master Apr 30, 2023
0 of 32 checks passed
@ggerganov ggerganov deleted the cublas branch April 30, 2023 09:14
jacobwu-b pushed a commit to jacobwu-b/Transcriptify-by-whisper.cpp that referenced this pull request Oct 24, 2023
* make : add WHISPER_CUBLAS

* make : fix CUBLAS build

* whisper : disable Flash Attention + adjust memory buffers

* whisper : remove old commented code

* readme : add cuBLAS instructions

* cmake : add WHISPER_CUBLAS option

* gitignore : ignore build-cublas
jacobwu-b pushed a commit to jacobwu-b/Transcriptify-by-whisper.cpp that referenced this pull request Oct 24, 2023
* make : add WHISPER_CUBLAS

* make : fix CUBLAS build

* whisper : disable Flash Attention + adjust memory buffers

* whisper : remove old commented code

* readme : add cuBLAS instructions

* cmake : add WHISPER_CUBLAS option

* gitignore : ignore build-cublas
landtanin pushed a commit to landtanin/whisper.cpp that referenced this pull request Dec 16, 2023
* make : add WHISPER_CUBLAS

* make : fix CUBLAS build

* whisper : disable Flash Attention + adjust memory buffers

* whisper : remove old commented code

* readme : add cuBLAS instructions

* cmake : add WHISPER_CUBLAS option

* gitignore : ignore build-cublas
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.

None yet

1 participant