Skip to content

Commit f33488f

Browse files
author
Diptorup Deb
committed
polishing intro paragraph.
1 parent 89bcef0 commit f33488f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/sources/overview.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Overview
66

77
Data-Parallel Extensions for Numba* (`numba-dpex`_) is a standalone extension
88
for 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

1717
Numba-dpex is being developed as part of `Intel AI Analytics Toolkit`_ and is
1818
distributed with the `Intel Distribution for Python*`_. The extension is also

0 commit comments

Comments
 (0)