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 e5b08dc commit 56a9907Copy full SHA for 56a9907
DirectProgramming/C++/ParallelPatterns/openmp_reduction/README.md
@@ -63,7 +63,11 @@ There are no editable parameters for this sample.
63
64
### Example of Output (result vary depending on hardware)
65
Number of steps is 1000000
66
+
67
Cpu Seq calc: PI =3.14 in 0.00105 seconds
68
69
Host OpenMP: PI =3.14 in 0.0010 seconds
70
71
Offload OpenMP: PI =3.14 in 0.0005 seconds
72
73
success
0 commit comments