-
Notifications
You must be signed in to change notification settings - Fork 1.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
New release #1118
Comments
@wernsaar @martin-frbg Any suggestion? I think we can release this week or next week. btw. I am working support soft fp ABI form ARMv7 assembly kernels. |
Nothing truely important to expect from me at the moment, I may be able to pick up some recent netlib patches (the remaining lapacke updates from their PRs 118&120) over the weekend. If you happen to have the time, could you look at #1070 where one of your countrymen (thought he) had trouble expressing himself in english ? |
With respect to recent ppc64le bugfixes, IBM's Alan Modra warned in (forum thread linked from) #1078 that somebody still needs to go through all the .S files for POWER8 and apply similar corrections there. |
Hmmm, actually, I also just tested the latest OpenBLAS |
Well, seems you are the first to miss them, but it does look kind of impractical that they were expressly dropped from the blasobj list without then placing them among the lapackobjs. |
I've opened a PR which might or might not be the right way to do this here. |
Merged, thanks. |
For the record, the merged PR has indeed resolved the missing symbols issue I had, so things are happy now. |
The cleanup of ppc64le that has been made since v0.2.19 also solved another strange bug we were having where GCC 6.3.0's tree vectorizer was somehow triggering a memory overwrite bug in OpenBLAS; the latest |
All credit for that goes to @amodra I think :-) |
Hi, is there any plan to release soon ? I am concerning about System z (aka s390x, aka z13) port. Is it stable enough to be included in the next release ? Thanks. |
I am also interested in hearing about the plans for the next release. I'm only using x86-64, but believe to remember that several important bug fixes and performance improvements were merged after the 0.2.19 release. |
Any update on this this? @xianyi @martin-frbg |
I believe I have to defer to xianyi on this (though I think I may be able to craft releases from his project in an emergency) |
@xianyi when might we be able to get a new OpenBLAS release? Does there need to be testing done on a certain kind of system to ensure stability, or are we waiting for new features? |
@xianyi Not to be a pain, but I think it would be helpful if there was a list of things that need to be done before the next release so that we know what to work on to push toward a new release. |
@martin-frbg , I think I finished ARM softfp abi code. Is it ready to release OpenBLAS? |
@xianyi while I may well be mistaken, it looks to me as if you adressed the single precision implementations only, and similar work would be required for ddot,dscal etc. (cf. #1168) ? |
follow-up in #1223? |
Thanks guys! |
Hello there,
Following the recently merged patches, it looks like some serious bugs have been fixed with respect to ppc64le support. Are there any plans to make a new release anytime soon?
The text was updated successfully, but these errors were encountered: