You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to test the newly landed AMDGPU support; thanks for all the work on this!
Unfortunately, installation failed. I tried adding Flux and AMDGPU in a fresh environment on Julia 1.9.0-rc1 and got the following error
If you are using ROCm artifacts (and by default yes), then for now you have to do a little workaround.
In your project env (where you have NNlib installed): ]dev AMDGPU
Then from the dev'd AMDGPU folder (~/.julia/dev/AMDGPU.jl by default): ]add MIOpen_jll
Now you should be able to use AMDGPU with NNlib.
You may call ]precompile & ]up for the sake of it...
This is because MIOpen artifact is only available for Julia 1.9.
Alternative is to use your global ROCm stack installation and bypass artifacts completely (for Julia 1.9 it needs to be ROCm 5.2.3).
I wanted to test the newly landed AMDGPU support; thanks for all the work on this!
Unfortunately, installation failed. I tried adding Flux and AMDGPU in a fresh environment on Julia 1.9.0-rc1 and got the following error
Base.retry_load_extensions()
didn't help. Any ideas?The text was updated successfully, but these errors were encountered: