File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ Overview
66
77Data-Parallel Extensions for Numba* (`numba-dpex `_) is a standalone extension
88for the `Numba* `_ Python JIT compiler. Numba-dpex adds two new features to
9- Numba: an architecture-agnostic kernel programming API, and a new target that
10- adds typing and compilation for the `dpnp `_ library. Dpnp is a numerical
11- computation Python library that has an API similar to NumPy and provides
12- data-parallel implementations of all its library functions and other operations.
13- By being able to compile dpnp, numba-dpex offers a way for programmers to
14- execute NumPy-like "universal function" calls and other array-based expressions
15- on different types of data-parallel hardware .
9+ Numba: an architecture-agnostic kernel programming API, and a new compilation
10+ target that adds typing and compilation support for the `dpnp `_ library. Dpnp is
11+ a Python library for numerical computing that provides a data-parallel
12+ reimplementation of ` NumPy* `_'s API. Numba-dpex's support for dpnp compilation
13+ is a new way for Numba users to write code in a NumPy-like API that is
14+ already supported by Numba, while at the same time automatically running such code
15+ parallelly on various types of architecture .
1616
1717Numba-dpex is being developed as part of `Intel AI Analytics Toolkit `_ and is
1818distributed with the `Intel Distribution for Python* `_. The extension is also
You can’t perform that action at this time.
0 commit comments