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

Fallback to Vulkan for whisper.cpp in case of hipblas builds. #4904

Open
TimoStolz opened this issue Feb 25, 2025 · 0 comments
Open

Fallback to Vulkan for whisper.cpp in case of hipblas builds. #4904

TimoStolz opened this issue Feb 25, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@TimoStolz
Copy link

Is your feature request related to a problem? Please describe.
When using a hipblas build, I'm always frustrated that whisper.cpp is using my CPU instead of my GPU. Unfortunately, whisper.cpp does not support ROCm or hipblas.

Describe the solution you'd like
However, my AMD GPU does not only support ROCm/hipblas, but also Vulkan. Just like whisper.cpp.

Describe alternatives you've considered
At the moment, I'm using a full Vulkan build to be compatible with whisper.cpp. However, I'd prefer to use ROCm when available, else fallback to Vulkan.

@TimoStolz TimoStolz added the enhancement New feature or request label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant