Skip to content
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

fails to precompile on 1.11 #670

Closed
Thomas008 opened this issue Feb 22, 2025 · 1 comment
Closed

fails to precompile on 1.11 #670

Thomas008 opened this issue Feb 22, 2025 · 1 comment

Comments

@Thomas008
Copy link

Thomas008 commented Feb 22, 2025

Trying to add StaticCompiler on julia 1.11 I still get an error
ERROR: LoadError: InitError: type Nothing has no field major.

It was already described in
tshort/StaticCompiler.jl#166
and
#610.
The error occurs also in oneAPI and AllocCheck:
JuliaLang/AllocCheck.jl#80
For AllocCheck there seems to be a PR as described in
JuliaLang/AllocCheck.jl#82

How can I make run GPUCompiler (for StaticCompiler) in julia 1.11?

Is there a version of GPUCompiler that works for 1.11 and that I could force-install?
Can I (or do I have to) integrate the adaption of AllocCheck mentioned above manually in the code?

@Thomas008 Thomas008 changed the title faile to precompiler on 1.11 fail to precompiler on 1.11 Feb 24, 2025
@Thomas008 Thomas008 changed the title fail to precompiler on 1.11 fails to precompiler on 1.11 Feb 24, 2025
@Thomas008 Thomas008 changed the title fails to precompiler on 1.11 fails to precompile on 1.11 Feb 27, 2025
@Thomas008
Copy link
Author

The error occurs only when trying to install StaticCompiler.
GPUCompiler runs fine in 1.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant