Skip to content

Commit 828111c

Browse files
authored
Update README.md
1 parent ca8ffa4 commit 828111c

File tree

1 file changed

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

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,28 @@ where
8484

8585
### Example of Output
8686
Rank #0 runs on: lqnguyen-NUC1, uses device: Intel(R) Gen9 HD Graphics NEO
87+
8788
Number of steps is 1000000
89+
8890
Cpu Seq calc: PI =3.14 in 0.00422 seconds
91+
8992
Cpu TBB calc: PI =3.14 in 0.00177 seconds
93+
9094
dpstd native: PI =3.14 in 0.209 seconds
95+
9196
dpstd native2: PI =3.14 in 0.213 seconds
97+
9298
dpstd native3: PI =3.14 in 0.00222 seconds
99+
93100
dpstd native4: PI =3.14 in 0.00237 seconds
101+
94102
dpstd two steps: PI =3.14 in 0.0014 seconds
103+
95104
dpstd transform_reduce: PI =3.14 in 0.000528 seconds
105+
96106
mpi native: PI =3.14 in 0.548 seconds
107+
97108
mpi transform_reduce: PI =3.14 in 0.000498 seconds
109+
98110
succes
99111

0 commit comments

Comments
 (0)