-
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
Support for ROCm 5.7.1 #522
Comments
As of right now (unless things have changed recently), the most recent supported version is 5.4, so you need to downgrade your packages. |
@leios, we do support ROCm 5.5+, but in this mixed-mode thing (only on @AbhinavPraveen, for |
Can you post the output of |
I've downloaded Julia 1.10.0-beta3, disabled use_devlibs_jll and installed
Unfortunately the AMDGPU test stills errors out but with fewer warnings.
|
Right now it is using device libraries from system-wide installation.
But it has to use them from artifacts and look like this:
For that you have to add |
The above output is still with ROCm 5.7.1. I think I will wait for EDIT: I decided to roll it back instead. ROCm 5.6.1 is not in the repos in the docs but it is available in its own specific repo. |
That is actually strange that they are not detected. It doesn't check if versions are the same so it should load them. |
Can you try master and see if it works? |
AMDGPU 0.7.4 should fixes it. |
Is it possible to support ROCm 5.7.1?
Using AMDGPU.jl at
d910f95
with[email protected]
,enable_artifacts
set to false, anduse_devlibs_jll
set to true on PopOs (Ubuntu 22.04 based) withrocm-hip-libraries
5.7.1 installed in the official way (but notamdgpu-dkms
or its repository) and Julia 1.9.3, I get the following output:The output to
julia -e 'using AMDGPU;using Pkg;Pkg.test("AMDGPU")' > test.log 2>&1
is also attached.test.log
The text was updated successfully, but these errors were encountered: