All Projects → IntelPython → mkl-service

IntelPython / mkl-service

Licence: BSD-3-Clause license
Python hooks for Intel(R) Math Kernel Library runtime control settings.

Programming Languages

cython
566 projects
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to mkl-service

deepSpeech2
End-to-end speech recognition using TensorFlow
Stars: ✭ 48 (+6.67%)
Mutual labels:  mkl
URT
Fast Unit Root Tests and OLS regression in C++ with wrappers for R and Python
Stars: ✭ 70 (+55.56%)
Mutual labels:  mkl
mkl fft
NumPy-based Python interface to Intel (R) MKL FFT functionality
Stars: ✭ 52 (+15.56%)
Mutual labels:  mkl
intel-mkl-src
Redistribute Intel MKL as a crate
Stars: ✭ 52 (+15.56%)
Mutual labels:  mkl
MKLSparse.jl
Make available to Julia the sparse functionality in MKL
Stars: ✭ 42 (-6.67%)
Mutual labels:  mkl
daany
Daany - .NET DAta ANalYtics .NET library with the implementation of DataFrame, Time series decompositions and Linear Algebra routines BLASS and LAPACK.
Stars: ✭ 49 (+8.89%)
Mutual labels:  mkl
Neon
Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
Stars: ✭ 3,855 (+8466.67%)
Mutual labels:  mkl
Arch-Data-Science
Archlinux PKGBUILDs for Data Science, Machine Learning, Deep Learning, NLP and Computer Vision
Stars: ✭ 92 (+104.44%)
Mutual labels:  mkl
monolish
monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture
Stars: ✭ 166 (+268.89%)
Mutual labels:  mkl
sparse dot
Python wrapper for Intel Math Kernel Library (MKL) matrix multiplication
Stars: ✭ 38 (-15.56%)
Mutual labels:  mkl
DynAdjust
Least squares adjustment software
Stars: ✭ 43 (-4.44%)
Mutual labels:  mkl
dpnp
NumPy drop-in replacement for Intel(R) XPUs
Stars: ✭ 42 (-6.67%)
Mutual labels:  mkl
MLab
“云上炼丹师”中的云
Stars: ✭ 54 (+20%)
Mutual labels:  mkl

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].