Skip to content
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

blasfeo_dsyrk_dpotrf_ln() returns incorrect results on X64_AMD_BULLDOZER target #104

Open
mkatliar opened this issue Sep 18, 2019 · 1 comment

Comments

@mkatliar
Copy link

mkatliar commented Sep 18, 2019

Checked against openblas

Actual value:
( 2.7854532671410537            0            0            0            0 )
( 0.83913770035387469 2.9938299960925923            0            0            0 )
( 0.58622882080751648 0.70368090020327312 2.1283975704681657            0            0 )
( 0.38255481974053374 0.48675723887823252 -0.025473476463104543 2.4204282617974231            0 )
( 0.39976739552731955 0.72857415255088964 -0.19353788779731101 0.0968379384920936 2.4809996556130165 )
Expected value:
( 2.7854532671410532            0            0            0            0 )
( 0.83913770035387469 2.9938299960925918            0            0            0 )
( 0.58622882080751648 0.7036809002032729 2.6269317099125673            0            0 )
( 0.38255481974053374 0.48675723887823247 0.23201943119372695 2.48300863498413            0 )
( 0.39976739552731966 0.72857415255088964 0.31399001255216946 0.35722002546495896 2.4445854284358015 )

Starting from column 2 we see that the results differ.

@giaf
Copy link
Owner

giaf commented Sep 23, 2019

In order to reproduce, I would need values for all parameters like e.g m, n, k, alpha, beta, size of the matrices, ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants