We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
AllocCheck.jl
LLVM.jl
GPUCompiler.jl
LLVM.jl 8.x
Therefore, AllocCheck.jl currently does not seem to be usable for me.
The text was updated successfully, but these errors were encountered:
Please tag a new version with support for LLVM.jl 8 as suggested in the corresponding GPUCompiler issue.
LLVM.jl 8
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I am just learning about these things, but if I understand it correctly,
AllocCheck.jl
depends onLLVM.jl
6.x (see also).AllocCheck.jl
also depends onGPUCompiler.jl
. However,GPUCompiler.jl
depends onLLVM.jl 8.x
.Therefore,
AllocCheck.jl
currently does not seem to be usable for me.The text was updated successfully, but these errors were encountered: