rfunctions icon indicating copy to clipboard operation
rfunctions copied to clipboard

Effect of BLAS on crossprod()

Open yixuan opened this issue 8 years ago • 1 comments

Wonderful package!

According to my experience crossprod() largely relies on the BLAS you use. For the default one provided by R, it will be easily defeated by Eigen. However if you use an optimized BLAS such as OpenBLAS and enable the multi-threading, it should be way faster than Eigen.

You may want to report the implementation of BLAS you use, as well as some results of OpenBLAS.

yixuan avatar Feb 24 '16 20:02 yixuan

Yixuan,

thanks for the pointer! I hadn't really considered that issue. I've been meaning to test out OpenBLAS but never get around to it

jaredhuling avatar Feb 25 '16 03:02 jaredhuling