From ce9ee2d8d58de691b7272c0c03e660bb813f30b3 Mon Sep 17 00:00:00 2001 From: samaid <55950596+samaid@users.noreply.github.com> Date: Thu, 11 May 2023 11:51:18 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c96782..dbd069f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ When the notebook opens in your browser, you will see the **Notebook Dashboard** For more information please refer to [Jupyter documentation](https://docs.jupyter.org/en/latest/running.html) ## Benchmarks -Data Parallel Extensions for Python provide a set of benchmarks illustrating different aspects of implementing the performant code with Data Parallel Extensions for Python. +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. 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): - Pure Python: Typically the slowest and used just as a reference implementation - `numpy`: Same application/kernel implemented using NumPy library