-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unable to Run Genesis on AMD Device with GPU Backend #225
Comments
could you try |
I tried.
|
After reviewing this issue, I was able to resolve the problem. Since I am using a To apply this fix, I used the following command in my terminal: export HSA_OVERRIDE_GFX_VERSION=11.0.0 This resolved the HIP error: invalid device function issue, and Genesis now runs correctly with |
btw, I still get the following warnings when i work with
|
I attempted to run the following code:
The output I received is as follows:
I noticed the
device(type='cuda')
in the output. I also tried switching the backend to gs.cuda explicitly, but the same issue occurred.Upon reviewing the constants.py source code, I found this mapping
Based on this, it seems that backend.gpu defaults to backend.cuda, which might not be suitable for AMD GPUs.
How can I properly run Genesis on an AMD GPU? Is there a way to configure the backend for HIP or ROCm instead of CUDA?
The text was updated successfully, but these errors were encountered: