-
Notifications
You must be signed in to change notification settings - Fork 21
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
How to enable ROCm support for some AMD GPUs (hipErrorNoBinaryForGpu) #7
Comments
Workaround seems to be to prepend |
Hm, interesting. I have 6900xt and for me it works without an issue (except for slow start and warning about missing database or something). I'm curious, what is your GPU model ? Because it seems that for some GPUs are officially supported by ROCM, and some require this env variable to trick the driver into thinking that GPU has supported architecture - https://github.com/RadeonOpenCompute/ROCm/search?q=%27HSA_OVERRIDE_GFX_VERSION&type=issues . |
Seems like I have a Ryzen 5650U with integrated GPU..? If that's a thing. |
Yep, you could expect some limitations on integrated GPUs. |
I have the same problem with an RX 5700 (i.e. a dedicated GPU).
|
This should be in an FAQ section of the README imo. |
I followed your instructions, but they didn't work:
The text was updated successfully, but these errors were encountered: