Skip to content

Commit 181f65e

Browse files
author
samaid
committed
Merge branch 'main' of https://github.com/IntelPython/DPEP
2 parents 4dd5e92 + 2f6aeef commit 181f65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When the notebook opens in your browser, you will see the **Notebook Dashboard**
4747
For more information please refer to [Jupyter documentation](https://docs.jupyter.org/en/latest/running.html)
4848

4949
## Benchmarks
50-
Data Parallel Extensions for Python provide a set of benchmarks illustrating different aspects of implementing the performant code with Data Parallel Extensions for Python.
50+
Data Parallel Extensions for Python provide a set of [benchmarks](https://github.com/IntelPython/dpbench) illustrating different aspects of implementing the performant code with Data Parallel Extensions for Python.
5151
Benchmarks represent some real life numerical problem or some important part (kernel) of real life application. Each application/kernel is implemented in several variants (not necessarily all variants):
5252
- Pure Python: Typically the slowest and used just as a reference implementation
5353
- `numpy`: Same application/kernel implemented using NumPy library

0 commit comments

Comments
 (0)