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

openblas on sandybridge is unstable #1056

Closed
ViralBShah opened this issue Jul 15, 2012 · 4 comments
Closed

openblas on sandybridge is unstable #1056

ViralBShah opened this issue Jul 15, 2012 · 4 comments
Labels
bug Indicates an unexpected problem or unintended behavior upstream The issue is with an upstream dependency, e.g. LLVM

Comments

@ViralBShah
Copy link
Member

This was originally reported in #1013, and is now tracked in here.

$ make test-lapack
    JULIA test/lapack
     * lapack
assertion failed: norm(-(*(l,u),ref(a,p,:)))<Eps
 in load at util.jl:234
 in load at util.jl:246
 in runtests at ./runtests.jl:3
 in include at boot.jl:197
 in process_options at client.jl:172
 in _start at client.jl:214
at /Users/viral/julia-clang/test/lapack.jl:4
 in load at util.jl:257
 in runtests at ./runtests.jl:3
 in include at boot.jl:197
 in process_options at client.jl:172
 in _start at client.jl:214
at ./runtests.jl:48
 in include at boot.jl:197
 in process_options at client.jl:172
 in _start at client.jl:214
make[1]: *** [lapack] Error 1
make: *** [test-lapack] Error 2

Compiling openblas with TARGET=NEHALEM or USE_THREAD=0 seems to address it.

OpenMathLib/OpenBLAS#125

@ViralBShah
Copy link
Member Author

Cc @xianyi
Cc @nolta

@ViralBShah
Copy link
Member Author

From @nolta

This is not just a problem with clang. The lapack test also fails on my sandybridge ubuntu 10.04 box, for both gcc 4.4.3 and 4.7.1.

@ViralBShah
Copy link
Member Author

openblas 0.2.3 should fix this. Works in the develop branch for me.

@ViralBShah
Copy link
Member Author

Fixed in commit 926c073

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior upstream The issue is with an upstream dependency, e.g. LLVM
Projects
None yet
Development

No branches or pull requests

1 participant