-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Error when precompiling with Julia 1.11.0-rc2 #610
Comments
You are using an outdated version of GPUCompiler; this has been fixed in the latest version. |
Thanks for the hint. Unfortunately, I could only update GPUCompiler after removing |
The latest version of oneAPI.jl supports the latest version of GPUCompiler. In these situations, it can help to leave oneAPI.jl installed and force-install the latest version of GPUCompiler ( |
Thanks a lot for the support! However, I still fail to get them working:
|
This is expected to fail, but at least it shows the problem: oneAPI.jl isn't compatible with LLVM 8 yet. I'll tag a new version with support for that version of LLVM.jl. I suggest you request the same on the AllocCheck.jl repository. |
I am not sure where this bug belongs to, but as I get the same error during precompilation both for
AllocCheck.jl
and foroneAPI.jl
and both fail withinGPUCompiler
's__init__()
method with Julia 1.11.0-rc2 I am reporting it here:The text was updated successfully, but these errors were encountered: