/mkl-service

Python hooks for Intel(R) Math Kernel Library runtime control settings.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

mkl-service

Python hooks for Intel(R) Math Kernel Library runtime control settings.

See the blog announcing the release.

To install the package, use conda install -c intel 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