I need the fastest BLAS package for heavy matrix multiplication. I'm currently using the armadillo library included blas.
I've done some research and it pointed to OpenBLAS.
After some testing it didn't show any improvement. Any thoughts?
I need the fastest BLAS package for heavy matrix multiplication. I'm currently using the armadillo library included blas.
I've done some research and it pointed to OpenBLAS.
After some testing it didn't show any improvement. Any thoughts?
Be sure you're using the 64 bits package and that you have included it in armadillo.