Skip to content

Commit 56a9907

Browse files
authored
Update README.md
1 parent e5b08dc commit 56a9907

File tree

1 file changed

+4
-0
lines changed
  • DirectProgramming/C++/ParallelPatterns/openmp_reduction

1 file changed

+4
-0
lines changed

DirectProgramming/C++/ParallelPatterns/openmp_reduction/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ There are no editable parameters for this sample.
6363

6464
### Example of Output (result vary depending on hardware)
6565
Number of steps is 1000000
66+
6667
Cpu Seq calc: PI =3.14 in 0.00105 seconds
68+
6769
Host OpenMP: PI =3.14 in 0.0010 seconds
70+
6871
Offload OpenMP: PI =3.14 in 0.0005 seconds
72+
6973
success

0 commit comments

Comments
 (0)