Installation Guide

Requirements

The following Linux distributions are recommended.

These components must be installed to use DPNP:

Python Dependencies

NumPy-compatible API in DPNP is based on NumPy 1.18+.

Installing DPNP from conda-forge

You can install DPNP with Conda/Anaconda from the intel channel:

$ conda install -c intel dpnp

Installing DPNP from Source

You can install the latest development version of DPNP from a cloned Git repository on Linux:

$ git clone --recursive https://github.com/IntelPython/dpnp.git
$ cd dpnp
$ ./0.build.sh

Note

To build the source tree downloaded from GitHub, you need to install Intel oneAPI Toolkit and Cython (pip install cython or conda install cython).