File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
DirectProgramming/DPC++/ParallelPatterns/dpc_reduce Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -84,16 +84,28 @@ where
84
84
85
85
### Example of Output
86
86
Rank #0 runs on: lqnguyen-NUC1, uses device: Intel(R) Gen9 HD Graphics NEO
87
+
87
88
Number of steps is 1000000
89
+
88
90
Cpu Seq calc: PI =3.14 in 0.00422 seconds
91
+
89
92
Cpu TBB calc: PI =3.14 in 0.00177 seconds
93
+
90
94
dpstd native: PI =3.14 in 0.209 seconds
95
+
91
96
dpstd native2: PI =3.14 in 0.213 seconds
97
+
92
98
dpstd native3: PI =3.14 in 0.00222 seconds
99
+
93
100
dpstd native4: PI =3.14 in 0.00237 seconds
101
+
94
102
dpstd two steps: PI =3.14 in 0.0014 seconds
103
+
95
104
dpstd transform_reduce: PI =3.14 in 0.000528 seconds
105
+
96
106
mpi native: PI =3.14 in 0.548 seconds
107
+
97
108
mpi transform_reduce: PI =3.14 in 0.000498 seconds
109
+
98
110
succes
99
111
You can’t perform that action at this time.
0 commit comments