Replies: 15 comments 1 reply
-
Hi @imyxh, did you already check AMD's notes on Raven Ridge? |
Beta Was this translation helpful? Give feedback.
-
Oh, yes, I understand that Raven Ridge is not supported by much of ROCm. I only filed this issue because rocm-opencl-runtime used to work decently (some bugs from blender, etc.) until I recently decided to upgrade my packages. I've never seen this zero cache size error before. |
Beta Was this translation helpful? Give feedback.
-
I have the same error with this system:
|
Beta Was this translation helpful? Give feedback.
-
ROCm was updated to 4.5.0. Could you please test with the newest version @imyxh @SilverLuke ? |
Beta Was this translation helpful? Give feedback.
-
Yes I get the same error. I have tried just now with rocm 4.5.0. Edit: Someone can explain to me how ROCR_VISIBLE_DEVICES works? Because changing this variable make clinfo do not crash but it says that I haven't any device "opencl ready" |
Beta Was this translation helpful? Give feedback.
-
Yes, I still see this bug in |
Beta Was this translation helpful? Give feedback.
-
It's explained in the documentation.
What about |
Beta Was this translation helpful? Give feedback.
-
This is the output of my rocminfo (sorry for long paste):
This appears to be the same output as without |
Beta Was this translation helpful? Give feedback.
-
I get this from rocminfo :
AND I get this 2 lines in
even when I run
|
Beta Was this translation helpful? Give feedback.
-
I have the same bug on my system with the packages from arch4edu. Any fix yet? |
Beta Was this translation helpful? Give feedback.
-
Not all packages on arch4edu have been updated to 4.5.0 yet. You can either wait or build them from source as described in the README of this repo. |
Beta Was this translation helpful? Give feedback.
-
Are there any possible fixes in 4.5.2? Compile rocm require a lot of time for me. |
Beta Was this translation helpful? Give feedback.
-
Nope, still broken.
|
Beta Was this translation helpful? Give feedback.
-
@imyxh want to just give another bump to try this on the latest release maybe the best way to solve this issue might be to do a bisection. i.e. find the last commit/version that worked for you and keep on bisecting the code commits to figure out which commit introduced the unwanted behavior. |
Beta Was this translation helpful? Give feedback.
-
It still doesn't work with 5.2.3:
Also, why do I have two agents?
|
Beta Was this translation helpful? Give feedback.
-
Hello, and thank you so much for putting these packages together!
I have absolutely no idea what this error means so I'm not even sure if I'm filing an issue in the right place. But maybe someone could help me diagnose this.
When I build rocm-opencl-runtime, and then run
clinfo
, or try to do something in blender, the program aborts due to the following:The code in current master seems to be here.
I'm using the Raven Ridge 2400G. Any pointers would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions