Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

OMP threading

easwarv
Beginner
524 Views
Hi,
We are using only a selected few routines from Intel MKL such as dgemm, daxpy, ddot, dgemv, etc. For all the other blas/lapack routines we compile and link in the actual lapack/blas routines. My questions are as follows:
(i) Is dgemm, daxpy, ddot or dgemv parallelized ?
(ii) Do I need to use the full suite of Intel MKL routines to take advantage of parallelism in a select few routines?
By the way, we are using Intel MKL 7.2
Easwaran
0 Kudos
1 Reply
Todd_R_Intel
Employee
524 Views
Why use MKL for some functions, but not for others? I'm curious.
DGEMM is certainly parallized. The other functions from Levels 1 and 2 of the BLAS are not parallelized.
-Todd
0 Kudos
Reply