-
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
Issue with Nehalen dtrmm #1563
Comments
Would you happen to know from previous Julia tests if this is a regression ? The only difference between 0.2.20 and 0.3.0 that I am aware off is that I switched KERNEL.NEHALEM to use the generic implementation of dswap (which I think does not affect trmm). I did notice trmm problems (lapack test failures) on some 32bit platforms including mips but my impression so far is that they are not new. |
Does CONSISTENT_FPCSR=1 build parameter change things? (number looks like in denormals to the ankles) |
Bisecting now as I see it worked with ab87ee6 from late october. |
git bisect says e5cc3d7 is the first bad commit - this is "core.IdenticalExpr clang501 checker" from the "code cleanup" PR #1419 of january 19 which brought the simplification of a lengthy block of conditionals in the generic trmm_ltcopy and trmm_utcopy routines. Sorry (again) for not noticing the problems with this PR when I merged it, I will return the affected files to their earlier state now. |
From Julia linked to the 0.3.0 prerelease, I'm getting
It gives the correct result for
s
,c
, andz
or when settingOPENBLAS_CORETYPE=penryn
.The text was updated successfully, but these errors were encountered: