Registry / other / intel-mkl

intel-mkl

JSON →
library2025.2.0vcpkgunverified

Intel Math Kernel Library accelerates math processing routines on Intel processors.

vcpkg install intel-mkl
INSTALL
IMPORT
SIG · INTEL-MKL
I
intel-mkl
othercppv2025.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mkl.h
#include <mkl.h>

Compute dot product using MKL BLAS

#include <mkl.h> int main() { double v = ddot(3, (double[]){1,2,3}, 1, (double[]){4,5,6}, 1); return 0; }
Debug
Known issues
gotchaRequires linking to specific threading and interface libraries (e.g., mkl_intel_lp64, mkl_sequential, mkl_core).
fix
Use the Intel MKL link line advisor or CMake's FindMKL to get correct libraries.
affects: *
Upgrade
Version history
2025.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

intel-mkl — pip install intel-mkl · libregistry