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

A CMake config (MKLConfig.cmake) for IntelMKL

Nikolov__Teodor
Beginner
2,255 Views
I recently proposed a new FindMKL module to CMake : https://gitlab.kitware.com/cmake/cmake/issues/20479 . The module utilizes modern CMake to provide a set of targets for easy consumption of Intel MKL from other CMake projects. However, CMake developers pointed out that the preferred way of consuming dependencies in CMake is for dependent packages to provide a MKLConfig.cmake file (similar to pkgconfig). I was wondering if there has been any discussion of developing, maintaining and distributing such file with future releases of Intel MKL?
0 Kudos
1 Reply
Kirill_V_Intel
Employee
2,255 Views

Hello Teodor,

We've recently had this discussion in MKL and there is a large chance a proper MKLConfig.cmake will appear in one of future MKL releases but I am not in position to make any promises. To release such a thing externally means that it should properly support all or most of possible options (OS, threading, compilers, etc.) so it is not an easy task and hence will not have a super-fast solution.

Anyway, thanks for your efforts on creating a version of findMKL.cmake.

Best,
Kirill

 

0 Kudos
Reply