Closed jgreener64 closed 1 year ago
Can you paste the whole type analysis state, untruncated?
The whole error is attached as error.txt, this is with d6e691c.
This should be fixed by https://github.com/EnzymeAD/Enzyme.jl/pull/792 lmk if not.
That fixes it, thanks.
I am on Julia 1.8.5 and StaticArrays 1.5.19. It looks like the commit db6324c04daa52b33c6290fb7e30a5685369071d made the following code, which doesn't do anything but is minimised from a larger block that does, give an error:
It works if the
temp = [zero(x) for _ in 1:n]
line is commented out, and ifx = rand(10)
rather than static arrays. The truncated error is: