Skip to content

IntelPython/mkl-service

Repository files navigation

mkl-service - Python package for run-time control of Intel(R) Math Kernel Library.

Build Status

See the blog announcing the release.

To install the package, use conda install -c intel mkl-service, or conda install -c conda-forge mkl-service.

A short example, illustrating it use:

import tomopy
import mkl
mkl.domain_set_num_threads(1, domain='fft') # Intel(R) MKL FFT functions to run sequentially

About

Python hooks for Intel® oneAPI Math Kernel Library (oneMKL) runtime control settings.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 12