8000 GitHub - Villinger1999/mkl-service: Python hooks for Intel(R) Math Kernel Library runtime control settings.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Villinger1999/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 conda package, use conda install -c intel mkl-service, or conda install -c conda-forge mkl-service.

To install pypi package, use python -m pip install mkl-service.


Intel(R) Math Kernel Library support functions are subdivided into the following groups according to their purpose:

  • Version Information
  • Threading Control
  • Timing
  • Memory Management
  • Conditional Numerical Reproducibility Control
  • Miscellaneous

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(R) Math Kernel Library runtime control settings.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Cython 59.9%
  • Python 29.8%
  • C 9.8%
  • Other 0.5%
0