How does one install the MKL libraries into R on Debian?
Please take a look into those articles below.
- General overview Accelerate R Code with IntelĀ® oneAPI Math Kernel Library
- Quick Linking Quick Linking IntelĀ® oneAPI Math Kernel Library BLAS, LAPACK to R
- Defining MKL at configure time with various compilers Using oneMKL with R
While MKL will definitely give you performance gains compared to "normal" BLAS/LAPACK libraries, I also would like to point out that you also could use pre-compiled R as provided by Posit ==> Posit - Install R - Posit Documentation - This R installation however does not make use of Intel MKL but OpenBLAS. Based on various comparisons I have done in the past, the performance gains with OpenBLAS and Intel MKL are comparable (MKL still having a bit of an edge/advantage though).
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.