We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883b68e commit e5b08dcCopy full SHA for e5b08dc
DirectProgramming/DPC++/ParallelPatterns/dpc_reduce/README.md
@@ -66,12 +66,23 @@ There are no editable parameters for this sample.
66
67
### Example of Output
68
Number of steps is 1000000
69
+
70
Cpu Seq calc: PI =3.14 in 0.00348 seconds
71
72
Cpu TBB calc: PI =3.14 in 0.00178 seconds
73
74
dpstd native: PI =3.14 in 0.191 seconds
75
76
dpstd native2: PI =3.14 in 0.142 seconds
77
78
dpstd native3: PI =3.14 in 0.002 seconds
79
80
dpstd native4: PI =3.14 in 0.00234 seconds
81
82
dpstd two steps: PI =3.14 in 0.00138 seconds
83
84
dpstd transform_reduce: PI =3.14 in 0.000442 seconds
85
86
success
87
88
0 commit comments