AllocCheck.jl icon indicating copy to clipboard operation
AllocCheck.jl copied to clipboard

Incompatible with its own Dependency

Open PatrickHaecker opened this issue 1 year ago • 1 comments

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 avatar Jul 31 '24 19:07 PatrickHaecker

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

PatrickHaecker avatar Aug 01 '24 13:08 PatrickHaecker