JuliaLang / AllocCheck.jl

AllocCheck
Other
215 stars 8 forks source link

Incompatible with its own Dependency #79

Open PatrickHaecker opened 1 month ago

PatrickHaecker commented 1 month ago

I am just learning about these things, but if I understand it correctly, AllocCheck.jl depends on LLVM.jl 6.x (see also). AllocCheck.jl also depends on GPUCompiler.jl. However, GPUCompiler.jl depends on LLVM.jl 8.x.

Therefore, AllocCheck.jl currently does not seem to be usable for me.

PatrickHaecker commented 1 month ago

Please tag a new version with support for LLVM.jl 8 as suggested in the corresponding GPUCompiler issue.