-
Notifications
You must be signed in to change notification settings - Fork 589
PoCL: Update to v7.0 + statically link LLVM + standalone variant #10317
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
Conversation
Requires #10566, #10568 and #10568 for the RISC-V builds to work, which in turn is blocked on JuliaPackaging/BinaryBuilder.jl#1368. |
@vchuravy 31 MB for 6.0 dynamically linked -> 95 MB for 7.0 statically linked against LLVM 20 |
d6568d4
to
d07405d
Compare
Well look at that. Is there an easy way to have Yggdrasil deploy (but not register)? I'd like to test these builds out; doing the build locally takes ages (and for some reason fails at the macOS SDK shenanigans). |
Seeing how the standalone build is proving to be problematic, could we first merge a build for 7.0-RC1 without it? I'd like to test if one of the remaining test failures I'm seeing (only on CI) is fixed on 7.0, or whether I have to go reducing again. |
I split things out to #11166 |
PoCL 6.1 isn't released yet, but I wanted to push these changes somewhere instead of only having them locally. Also serves to test the build on all supported platforms.