-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
apply OpenBLAS_jll v0.3.23+4 patch #53074
apply OpenBLAS_jll v0.3.23+4 patch #53074
Conversation
Two questions: |
First of all, have you verified the bug is indeed gone on this branch? Regarding a regression test, that'd be a good idea, but a test only on this branch would be quite useless as it'd be lost forever in future releases. You want to submit a separate PR for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On 1.10 branch, we also need to add the patch for a source based build. So the patch should also get added to deps/patches
, and it should be applied in deps/openblas.mk
.
The best way to confirm the bug is indeed fixed is to use the build artifact produced by this PR: |
I'd say the regression test should at a minimum go into master (we added one for the other OpenBLAS patch we are using for M1 just recently in #53059). That should be a separate PR though. |
I can confirm that for me this branch builds from source using BinaryBuilder, and the result is free of the bug. |
Regarding the test failures, at least some of them are also appearing in buildkite runs of other branches, such as avi/53062, so they should be unrelated to the patch.
I'll add a test here and submit it also to master as a separate PR. |
There is a potential issue I'm trying to understand: this patch is for OpenBLAS (JuliaRegistries/General#99646) which is indeed v0.3.23+4, but the OpenBLAS32 version (JuliaRegistries/General#99647) is v0.3.23+3. Is this a problem? |
No. |
So this should be merged in addition to 3c73873? |
Yes, because this updates the local build for OpenBLAS in case people are not using the BinaryBuilder version. |
Test error is for another change on the backport branch. |
3f5f846
into
JuliaLang:backports-release-1.10
Tests issue #53054. The same test is included in backport #53074.
Closes #53054 CC: @giordano @ViralBShah
Closes #53054 CC: @giordano @ViralBShah
Closes JuliaLang/LinearAlgebra.jl#1051
CC: @giordano @ViralBShah