Quantcast
Channel: Intel® oneAPI Math Kernel Library & Intel® Math Kernel Library
Viewing all articles
Browse latest Browse all 2652

Official CMake support for MKL

$
0
0

Hi,

I would like to add MKL to my C++ library, but it is currently tedious to do so using CMake. The C++ community has mostly embraced CMake over the past few years, as can be seen in the number of related threads on this very forum:

CMAKE and FindMKL or FindLAPACK
MKL and CMAKE
Configuring CMake - BLAS and MLK Library Not found
Findind MKL with cmake
cmake configure findBLAS.cmake can't find MKL

Could NOT find MKL
OsX 10.10 breaking error through CMAKE

...

A few unofficial FindMKL.cmake scripts can be found online, but these haven't been updated in a while, and still rely on old CMake 2.x syntax.

While I very much appreciate Intel's efforts to improve the performance and reliability of the MKL, I feel it would be extremely valuable for the entire community if Intel could provide official CMake support for its library. Using the MKL would become as trivial as

find_package(MKL)
if (MKL_FOUND)
    target_link_libraries(my_executable MKL::MKL) 
endif()

Back in 2013, an Intel employee commented: "Note, that it's CMAKE providing support for MKL and not vice versa. So the best course of action is submitting your issue directly to CMAKE bug tracking system." I disagree with this statement. The entire community is moving towards CMake, and it is my personal opinion that it is Intel's job to make sure that its own libraries fit in the C++ ecosystem.

Moving forward, does Intel have any plan to officially support CMake?

TCE Open Date: 

Wednesday, December 18, 2019 - 22:00

Viewing all articles
Browse latest Browse all 2652

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>