-
Notifications
You must be signed in to change notification settings - Fork 562
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
Accelerate with AMD GPUs #512
base: master
Are you sure you want to change the base?
Conversation
This seems like a legit Pull Request. Having this Pull request merged, would be appreciated. |
Can you show benchmarks using this solution? |
crickets |
It appears that the developer does not care much about AMD users. |
I'd understand the lack of interest in AMD if he's a sole maintainer who uses nvidia, but I don't get why he'd ignore such a well prepared PR to improve the capabilities of piper! I think I'll use your fork @eliranwong for now. |
Has anyone got training to work with AMD GPU yet? |
I got it working in AMD rocm docker environment but my old RTX2080S outperforms my new 7900xtx GPU. Trying to figure out how to get it working better with AMD GPU. |
This pull request is created to extend piper support of AMD GPUs or ROCm-enabled GPUs via 'ROCMExecutionProvider' or 'MIGraphXExecutionProvider'.
Original issue is recorded at: #483
To support ROCm-enabled GPUs via 'ROCMExecutionProvider' or 'MIGraphXExecutionProvider':
Remarks: Wheel files that support different ROCm versions are available at: https://repo.radeon.com/rocm/manylinux
To verify:
Output:
To accelerate with AMD GPUs:
To accelerate with ROCm-enabled GPUs:
Remarks: Tested on Ubuntu 22.04.4 + Kernel 6.6.32 + ROCm 6.0.2
Setup notes are available at: https://github.com/eliranwong/MultiAMDGPU_AIDev_Ubuntu/tree/main