Remove external BLAS and LAPACK for benchmarking
Closed this issue · 1 comments
nakatamaho commented
Remove external BLAS and LAPACK for benchmarking. We use OpenBLAS as the optimized BLAS and LAPACK since it is portable. We may not take benchmarks with Intel MKL or ATLAS. If we want to take benchmarks with Intel MKL or ATLAS, we should do them outside of our project.
nakatamaho commented
add --enable-benchmark knob
now we use openblas to compare the double version of MPBLAS and also add dgetrf benchmark.