-
Notifications
You must be signed in to change notification settings - Fork 424
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
[help wanted] Support AMD GPU #196
Comments
I would point that an OpenCL implementation would be better, since it will be vendor independent. |
Maybe we can inspire from pykeio/ort it uses AMD ROCm Or from ggerganov/whisper.cpp that uses CNugteren/CLBlast Another promising option |
@csukuangfj |
No, I listed it since when I searched with Google for how to use AMD GPUs with onnxruntime, it gave me I don't have any preferences for which one to use, as long as we can achieve the goal: Support AMD GPU. If you could contribute, that would be great. If you have any issues, we would like to help you at any time.. |
#153 added support for NVIDIA GPUs.
We also need to support AMD GPUs.
We need to integrate
https://onnxruntime.ai/docs/execution-providers/MIGraphX-ExecutionProvider.html
into sherpa-onnx.
Help from the community is highly appreciated.
Please leave a comment if you would like to help. We can help you if you meet any problems during the intergration.
The text was updated successfully, but these errors were encountered: