-
-
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
ppc64 build cleanups and updated openblas for power #18301
Conversation
@@ -1,2 +1,7 @@ | |||
ifneq (,$(filter $(ARCH), powerpc64le ppc64le)) | |||
OPENBLAS_BRANCH=develop |
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.
is there a tag for this?
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.
Not yet, but I believe 0.2.19 is imminent soon - a day or two. Given that the rc4 may need some more time, let's wait and see if we can use a tagged version here.
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.
you'd need to add checksums too
This should be good to go now. OpenBLAS updated to v0.2.19 for Power. |
Build failures are mostly unrelated. |
@tkelman Can we get this one into 0.5-rc4? Thanks. |
Yes. I'll add it. Don't need to ping me again, the label is enough. |
Check for both ppc64le and powerpc64le as the arch names consistently across the build.
Use a newer openblas for power8.