Skip to content

Commit 9b9e3a6

Browse files
author
samaid
committed
Update README.md
1 parent 663ea4c commit 9b9e3a6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,17 @@ Benchmarks represent some real life numerical problem or some important part (ke
6363
- Native SYCL: Most applications/kernels also have DPC++ implementation, which can be used to compare performance of above implementations to DPC++ compiled code.
6464

6565
For more details please refer to `dpbench` [documentation](https://github.com/IntelPython/dpbench/blob/main/README.md).
66+
67+
## Demos
68+
There are several demo applications illustrating the power of the **Data Parallel Extensions for Python**. They are:
69+
70+
- [Monte Carlo Pi](https://github.com/IntelPython/DPEP/tree/main/demos/mcpi>) -
71+
The Monte Carlo method to estimate the value of $\pi$.
72+
73+
- [Mandelbrot Set](https://github.com/IntelPython/DPEP/tree/main/demos/mandelbrot) -
74+
Visualization of the breathtaking process of diving in the famous Mandelbrot fractal
75+
76+
- [Game of Life](https://github.com/IntelPython/DPEP/tree/main/demos/game-of-life>) -
77+
Visualization of the life evolution using famous Conway's model
78+
79+
For more details please refer to the documentation located in the individual demo directory.

0 commit comments

Comments
 (0)