Intel (R) MKL-based universal functions for NumPy arrays, providing optimized implementations for operations like absolute, round, trunc, and trigonometric functions. Current version 0.4.2 requires Python >=3.10, <3.15. Released under BSD license, maintained by IntelPython. Cadence: sporadic.
pip install mkl-umathNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Import mkl_umath to automatically replace certain numpy ufuncs with MKL-optimized versions. Ensure MKL runtime is available.
Check the documentation for the full list of supported functions.
Import mkl_umath after other libraries that patch ufuncs.
Ensure compatibility with numpy 1.x; or upgrade to newer version if available.
Run: pip install mkl-umath
Install Intel MKL via conda: conda install -c conda-forge mkl
Reinstall mkl_umath: pip install --force-reinstall mkl-umath