You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Thomas008
changed the title
faile to precompiler on 1.11
fail to precompiler on 1.11
Feb 24, 2025
Thomas008
changed the title
fail to precompiler on 1.11
fails to precompiler on 1.11
Feb 24, 2025
Thomas008
changed the title
fails to precompiler on 1.11
fails to precompile on 1.11
Feb 27, 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?
The text was updated successfully, but these errors were encountered: