-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
Bug: Docker ROCm crashs, only works on metal compiled. #8213
Comments
I had similar error on Archlinux (rocm 6.0.2) and RX 6700 XT and what helped for me is compiling with |
@Arvamer Oh... in the Dockerfile in .devops, the ENV variable that is set is GPU_TARGETS, not AMDGPU_TARGETS. Going to try and change it, I'll report my findings. |
Found the issues on the Dockerfile for Rocm. and GFX803 and GFX900 are not supported, and GFX906 is deprecated on rocm6. Should I make a PR? |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
What happened?
The docker version with ROCm 5.6 exits after graph splits, I tried building and image with ROCm 5.6, 5.7.1, 6.1.2.
These last ones give me an error that is in the logs.
If I compiled and run it on Metal, it works flawlessly.
I have been trying to run it with several version for the past 7 days.
Name and Version
Latest build, always pulled from the last 7 days.
System is Pop_Os 22.04
ROCm 6.1.2
Kernel 6.9.3
What operating system are you seeing the problem on?
Linux
Relevant log output
The text was updated successfully, but these errors were encountered: