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

Linking to "new" versions of MKL with older compilers

gregfi04
Beginner
696 Views
I've recently discovered that I need to build a code with Version 11.1 of the Intel compiler in order to satisfy customer requirements. Is there any reason I can't do this and statically link to the latest MKL libraries distributed with ComposerXE?

I haven't run extensive tests, but I've compiled my code against the newer MKL libraries and everything appears to function correctly. Is this a risky proposition?

Thanks,
Greg
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
696 Views
yes, you can do that.it's not risky proposition. your application statically linked to the latest MKL libraries would provide the optimizations for all latest Intel architectures.
--Gennady
0 Kudos
Reply