Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (33 loc) · 2.01 KB

other_intel_python_projects.rst

File metadata and controls

40 lines (33 loc) · 2.01 KB

.. _other_intel_python_projects:

Other Intel projects for high-performance Python

Intel provides a number of Python* packages which allow you to get the best performance and scalability of numercial, scientific, and data analytics applications. Some of these projects listed below.

Intel-optimized Python* packages
Package Name Description
numpy Numpy* accelerated with Intel® MKL
scikit-learn Scikit-Learn* accelerated with Intel® Data Analytics Library
mkl_fft Python interfaces for Intel® MKL FFT functionality
mkl_random Python interfaces for Intel® MKL random number generation functionality
mkl_service Python interfaces for Intel® MKL service functions
daal4py Python interfaces for Intel® Data Analytics Library
smp Python module for composable multi-processing and multi-threading
sdc Numba* compiler extension for Pandas*

Optimized versions of community projects may dramatically boost performance of Python* codes with minimum to no required code changes. Visit benchmarks webpage for more details.

Intel also directly upstream optimizations to some open source projects such as XGBoost* and Numba*.

For more information please visit Intel® Distribution for Python* product page.