AMDGPU.jl icon indicating copy to clipboard operation
AMDGPU.jl copied to clipboard

Document compatibilities

Open vchuravy opened this issue 3 years ago • 0 comments

Julia 1.7.3 and ROCM 5.0

(@v1.7) pkg> build AMDGPU
    Building AMDGPU → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/535df1a8570f08101f087fa80b7fd764da7759f2/build.log`
Precompiling project...
  1 dependency successfully precompiled in 14 seconds (65 already precompiled)

julia> using AMDGPU

julia> AMDGPU.zeros()
error: Invalid value (Producer: 'LLVM14.0.0git' Reader: 'LLVM 12.0.1jl')

But 1.8-rc1 works despite mismatch LLVM version (but probably the delta is small enough).

vchuravy avatar Jun 13 '22 20:06 vchuravy