-
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
BLAS tests still fail with larger N #458
Comments
How about 0.2.12? Thank you Zhang Xianyi
|
Zhang Xianyi notifications@github.com writes:
It's the same. |
I just run zblat3. Did you suspect
|
When I linked the test with netlib reference BLAS, I got the outputs as following.
|
Zhang Xianyi notifications@github.com writes:
...
Yes, we saw similar results, though the test ratio is 17.89 for the |
Zhang Xianyi notifications@github.com writes:
...
Is the different test ratio intentional? Reference, atlas, mkl, and I don't know how significant this is, and I can't ask the BLAS expert |
2014-11-04 19:45 GMT+08:00 Dave Love notifications@github.com:
I just want to show the test ratio by setting 1.0.
|
Included in OpenBLAS are 3 BLAS tests.
In all these tests, you cannot run tests for values of N, that are > 65 Which blas test do you use? |
wernsaar notifications@github.com writes:
The netlib-blas ones, with the nmax parameter increased appropriately. It's pretty useless not being able to attach stuff to github issues |
Hi, you can send attachments directly to Best regards Werner On 12/22/2014 12:53 PM, Dave Love wrote:
|
I can now reproduce this issue and will try to fix it |
An optimized zgemm kernel for sandybridge will be available soon. |
This is fixed in 0.2.14 for zblat3 but the equivalent for dblat3 and sblat3 still reports a suspect result with n=100. |
Closed accidentally |
With version 0.2.16, DBLAT3 passes as well as ZBLAT3, though SBLAT3 still fails in those conditions (n=100 on sandybridge, single-threaded). |
Revisiting this as I was running tests in the context of fixing #601, single-threaded SANDYBRIDGE target (on Kaby Lake hardware) with current "develop": OK to close this, or should the intermittent "suspect" results for SYR2K be cause for concern ? |
I asked my former boss, on whose behalf I reported the issue. He said
he'd have a look when he had time, but I haven't heard back yet; I'll
let you know when I do. (I hadn't realized there had been an
improvement since I checked a version or two ago -- good!)
|
#333 was closed but never fixed. It still reports "suspect" with 0.2.11.
The text was updated successfully, but these errors were encountered: