-
Notifications
You must be signed in to change notification settings - Fork 51
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
AMDGPU.jl on rolling release distros (Arch): Libraries unavailable #478
Comments
If the JLLs are too old, probably this issue needs to be addressed in Yggdrasil? |
Hi,
Do you think this is related to the ROCm version and if so do you think I can safely downgrade? Thanks! |
Latest supported ROCm version is 5.4 for now. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, just a quick report and temporary solution. I was getting this issue on Arch:
I think this is because the JLLs are still being built for the Julia 1.9 and the latest AMDGPU package, so it is falling back to my native instances of each of these libraries, which are on a later version than what is supported by AMDGPU. The quick fix is just to downgrade the packages to 5.4.3.
In arch, this can be done with the Downgrade package like so:
There is definitely a better script, but this one works. It will open a UI and ask which version of each library to downgrade to, then you just go to 5.4.3. It's up to you whether you keep the settings so when you
pacman -Syu
it doesn't upgrade them by default.I decided to create an issue instead of updating the docs because:
Also: if anyone has a better downgrade script, feel free to post it.
The text was updated successfully, but these errors were encountered: