-
Notifications
You must be signed in to change notification settings - Fork 230
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
Precompile errors #2520
Comments
You are using an old version of GPUCompiler; please upgrade that package. |
@maleadt Is that possible for you to make a patch for the old version - some old dependencies restrict GPUCompiler from updating and we are now fixing but it takes time and I don't know how long it will take see trixi-framework/Trixi.jl#2108 |
Sadly not, no. The problem is that until last week, GPUCompiler only had 0.x versions, which means that we were using "patch" versions for minor releases. As a result, we can't back-port the fix for the above and create a new patch version. To avoid this in the future, I've switched GPUCompiler over to v1.0.0, so that we can create actual patch versions when the need arises: JuliaGPU/GPUCompiler.jl#641. But that doesn't help you right now, of course. |
I see👍 |
Describe the bug
Using CUDA.jl as a dependency results in precompile errors
To reproduce
Run precompile or run using CUDA
Manifest.toml
Expected behavior
No errors
Version info
Details on Julia:
Details on CUDA:
Additional context
This is from project.toml
The text was updated successfully, but these errors were encountered: