-
Notifications
You must be signed in to change notification settings - Fork 1.6k
lapack test failures on sandybridge #125
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
Comments
Hi , I'm not an expert about LAPACK. According to this thread http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=2&t=3213, the test always has some numerical errors. Could you test OpenBLAS with NEHALEM target? Thanks Xianyi |
With TARGET=NEHALEM, i only get 2 failures (vs 4405)
|
Hi @nolta , Thank you for the report. Thanks Xianyi |
USE_THREAD=1 |
If i set USE_THREAD=0, the number of failures falls, but only by 45%
|
Hi , Could you provide the full output with USE_THREAD=0 on gist? We will investigate this issue. Thanks Xianyi |
How do I run the LAPACK tests? |
|
This is what I get, with no change to TARGET or USE_THREAD.
|
The real issue for me is that julia's tests are failing, which don't fail when openblas is built with gcc. Of course, this could be a bug in julia, and may have nothing to do with openblas. |
Hi, From my iPad 在 2012-7-15,上午10:39,"Viral B. Shah"[email protected] 写道:
|
Hi: I am testing with the same result as the first one. I am using gcc 4.6.1 and cpu i5-2500K @4.2Ghz.
SUMMARY nb test run numerical error other error --> ALL PRECISIONS 3177406 4405 (0.139%) 0 (0.000%) But the test result on my laptop with Arrandale cpu test has only one error.
SUMMARY nb test run numerical error other error --> ALL PRECISIONS 3222714 1 (0.000%) 0 (0.000%) It must has something to do with AVX in sandybridge. |
Hi Zhenyue, Thank you for your report. We are working on this issue now. Thanks Xianyi 2012/7/18 zhenyuez <
|
Does the fix in #130 help improve things here? |
Hi @ViralBShah , @zhenyuez , @nolta , I just tested develop branch's lapack on our Sandy Bridge server. Ubuntu 12.04 LTS Linux ubuntu 3.5.0-1-generic #1-Ubuntu SMP Tue Jun 19 14:24:43 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux OpenBLAS build complete. OS ... Linux gcc 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) The results are:
I don't know whether I fixed this bug or not. |
Hi, I also tested on Mac OS X 10.8 with clang or gcc 4.7. The outputs are,
|
@xianyi I am trying this out now. |
All julia lapack tests that were failing earlier are now passing for me. Using clang 4.0 on OS X 10.7.4. |
Hi @ViralBShah , Thank you for the report. I will release this version next week. Xianyi |
Is this normal?
System details: ubuntu 10.04, gcc 4.7.1, core i7-3820
The text was updated successfully, but these errors were encountered: