-
Notifications
You must be signed in to change notification settings - Fork 12
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
Does this work for RX 550 and on arch linux ? #20
Comments
The rx550 should be a gfx803 card, so you can have a try. |
Hi, so i have tried rocm-arch through arch4edu and it installed fine and all but when i run /opt/rocm/bin/rocminfo it does not show the GPU but only the CPU, I am trying to run Stable Diffusion and starting the webui gives the cuda no gpu error. How do i check whether rocm is working properly on my arch and is detecting my gpu ? I'm sorry i have a lot of questions but i have been trying this for a while haha. |
@brentleywilson And if you used ROCm-5.3 on gfx803, please install https://github.com/xuhuisheng/rocm-gfx803/releases/download/rocm530/hsa-rocr_1.7.0.50300-63.20.04_amd64.deb, this is my patched version which skip enable debugging error, then rocminfo will get correct info on gfx803. Or we don't need install amdgpu-dkms seperately, the version of upstream kernel is old enough and didn't have this killing gfx803 problem. |
@xuhuisheng PCI atomics is needed for RX 550, but when i run dmesg i get "PCI rejects atomics 700<0" |
If you get "kfd kfd: skipped device 1002:67df, PCI rejects atomics" from dmesg. It is said your motherboard or CPU cannot support PCIe Atomic, so gfx803 card cannot run ROCm on this motherboard or CPU. The requirement of PCIe Atomics is writen in the firmware of amdgpu, we cannot workaround. Next step, if you want test ROCm. you need change motherboard, CPU, or change gpu. As gfx803 cannot support stable diffussion properly. My suggestion is change card to gfx9 at least. |
I thought I would add my own results. I was able to get SD to mostly work on my RX580 following the summary steps posted by tmpuserx in #19
Its not a great experience. |
@preet
|
How did you get SD to run? I get "Unable to find code object for all current devices" Im on an RX480 |
No description provided.
The text was updated successfully, but these errors were encountered: