Gabriel Baraldi
Gabriel Baraldi
Potentially, 1.10 has some big improvements to enzyme overall (better errors as well)
That module triggers an llvm assertion for example, and we disable fast isel on two targets already and have seen issues before. Does this really make that much of a...
So the thing we need here is to make the ccall return `Union{}`. Latest master has a way of doing what we do with symbolcall but correctly via ccall. Though...
So I've hit this in the IO thread PR by just doing ```julia using Downloads url = "https://httpbingo.julialang.org/put" file = tempname() write(file, "Hello, world!") resp = nothing body = sprint()...
Probably should be some checking in or around https://github.com/JuliaGraphs/StaticGraphs.jl/blob/e15ade50f287295e92905c3b47e5a16125c36dcb/src/StaticGraphs.jl#L64-L68
Xref https://github.com/JuliaCI/PkgEval.jl/issues/97
is `Base.precompilepkgs` ignoring this? It seems to take in a `CacheFlags` argument that is empty
Right, basically this fixes this bug, but it seems there's another bug somewhere that's causing this.
So there are a couple things with this code, the correct solution here would be to special case globals from top level expressions in codegen to be assumed not to...
This fixed https://github.com/JuliaLang/julia/issues/54054 apparently if you want to use it as a test.