Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Ankündigungen
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 Diskussionen

Is there a way to link only mkl lapack somehow? but not all mkl?

utab
Einsteiger
794Aufrufe
I was wondering if there is a way to only link mkl lapack? If yes, which files should I use in linking?
Best,
Umut
0 Kudos
2 Antworten
barragan_villanueva_
Geschätzter Beitragender I
794Aufrufe
Hi,

In case if you want to get small execatableplease usestatic linking with MKL libraries.
If you need some small dynamic library with limited set of MKL functions (e.g. subset of LAPACK) please use MKL custom builder.
Otherwise, please explain your reasons tolink with mkl lapack
what kind of library: static or dynamic to deployapplication or create some plug-in
it is about size of your application or plug-in
TimP
Geehrter Beitragender III
794Aufrufe
If you want to use lapack without using MKL BLAS, you should not be using MKL lapack. There isn't so much MKL specific optimization in lapack anyway; it's perfectly feasible to use open source.
Maybe that's not the question you meant to ask.
Antworten