Openblas slow on sandybridge? #4962
Unanswered
nardis-miles
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The old AVX-only Sandybridge architecture has not received much attention lately, but I would not expect OpenBLAS to be slower than ATLAS. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm rebuilding on two clusters, both running RH Linux:
sandybridge
Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
RH-7
haswell
Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz
RH-8
On 2, OpenBLAS gives a consistent speedup of ~2 over an ATLAS application
On 1, however, OpenBLAS is roughly 3x slower. I am mystified. On both, I'm running single-threaded, as I'm using MPI and each core is an MPI instance. Am I missing something?
Art Edwards
Beta Was this translation helpful? Give feedback.
All reactions