Skip to content

Commit e5b08dc

Browse files
authored
Update README.md
1 parent 883b68e commit e5b08dc

File tree

1 file changed

+11
-0
lines changed
  • DirectProgramming/DPC++/ParallelPatterns/dpc_reduce

1 file changed

+11
-0
lines changed

DirectProgramming/DPC++/ParallelPatterns/dpc_reduce/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,23 @@ There are no editable parameters for this sample.
6666

6767
### Example of Output
6868
Number of steps is 1000000
69+
6970
Cpu Seq calc: PI =3.14 in 0.00348 seconds
71+
7072
Cpu TBB calc: PI =3.14 in 0.00178 seconds
73+
7174
dpstd native: PI =3.14 in 0.191 seconds
75+
7276
dpstd native2: PI =3.14 in 0.142 seconds
77+
7378
dpstd native3: PI =3.14 in 0.002 seconds
79+
7480
dpstd native4: PI =3.14 in 0.00234 seconds
81+
7582
dpstd two steps: PI =3.14 in 0.00138 seconds
83+
7684
dpstd transform_reduce: PI =3.14 in 0.000442 seconds
85+
7786
success
87+
88+

0 commit comments

Comments
 (0)