William Moses
William Moses
Cc @amontoison
```julia Stored value type does not match pointer operand type! store {} addrspace(10)* @ejl_jl_nothing, {}** %15, align 8, !noalias !476 {} addrspace(10)*Stored value type does not match pointer operand type!...
@sethaxen see https://github.com/EnzymeAD/Enzyme.jl/actions/runs/11469158192/job/31915819067?pr=1999 ```julia test_reverse: f! with return activity BatchDuplicated on (::Matrix{ComplexF64}, BatchDuplicated), (::Matrix{ComplexF64}, BatchDuplicated), (::Matrix{ComplexF64}, BatchDuplicated), (::UnitLowerTriangular{ComplexF64, Matrix{ComplexF64}}, Const): Error During Test at /home/runner/work/Enzyme.jl/Enzyme.jl/lib/EnzymeTestUtils/src/test_reverse.jl:85 Got exception outside of a...
```julia using Enzyme using LinearAlgebra function divdriver_herm(src) dest = Matrix{Float64}(undef, 3, 3) # Dual-index implementation i = 1 - 1 @inbounds for a in src dest[i+=1] = a end return...