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
Reproductible on AMDGPU version 0.8.4, I initially saw this issue in version 0.5.
Currently using Julia 1.9.1 on a MI100 GPU with system ROCm (version 5.6.0).
Starting Julia with julia --check-bounds=no:
julia>using AMDGPU
julia> A =ROCArray{Float64}(undef, 10);
julia>reduce(+, A)
ERROR: InvalidIRError:...
Reproductible on AMDGPU version 0.8.4, I initially saw this issue in version 0.5.
Currently using Julia 1.9.1 on a MI100 GPU with system ROCm (version 5.6.0).
Starting Julia with
julia --check-bounds=no
:Full stacktrace
The error seems to be unrelated to the
+
reduction, since it also occurs withmin
ormax
.The text was updated successfully, but these errors were encountered: