Mkl Extension Advisor

Deciding whether Intel's MKL extension packages apply to NumPy or SciPy code on Intel CPUs. Use when a user asks whether mkl_fft, mkl_random, or mkl_umath help their code, or points at a snippet, function, file, or codebase using np.fft, scipy.fft, np.random, or element-wise math ufuncs. Also use to check whether these extensions are already active in an environment, to fix an install so they and the SciPy FFT backend actually work, or to judge whether patching would change results and break exact-output tests. DO NOT use for GPU work, non-Intel CPUs, or mkl-service thread tuning.

intel 03c9449 7 files · 38.6 KB Updated

File contents

intel/skills/tree/main/skills/mkl-extension-advisor commit 03c9449ef0

Frequently asked questions

npx skillmds@latest add intel/mkl-extension-advisor