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.
7234 Discussions

Static linking and MKL kernels for different processors types

vd19
Beginner
603 Views

So..

There are two types of linking MKL libraries: dynamic and static. When MKL linked dynamically it works perfectly on different types of processors at the expense of dynamically selecting needed kernel depending on current CPU.

And what about static linking? Can this DLL/EXE ensure best performance on different CPU types such as dynamically linking and selecting method or it works perfectly only on current CPU?

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
603 Views

we can say the same regarding the static linking: static linking provides the best performance on different types of CPU.
--Gennady

0 Kudos
Reply