You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,3 +63,17 @@ Benchmarks represent some real life numerical problem or some important part (ke
63
63
- Native SYCL: Most applications/kernels also have DPC++ implementation, which can be used to compare performance of above implementations to DPC++ compiled code.
64
64
65
65
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$.
0 commit comments