Skip to content

Commit

Permalink
Merge #6356
Browse files Browse the repository at this point in the history
6356: Fixed matrix multiplication example output r=hkaiser a=knuedd

Fixed the example output of the matrix multiplication. For the shown random inputs the output was incorrect.

## Proposed Changes

Adopt the correct result for the given example 

## Any background context you want to provide?

No big deal but we don't want to suggest that HPX produces wrong results, do we? The example code produces the correct result matrix after all.



Co-authored-by: Andreas Knüpfer <[email protected]>
  • Loading branch information
StellarBot and knuedd committed Sep 28, 2023
2 parents d79a270 + 7f8a2ef commit 5d15a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/examples/matrix_multiplication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This program will perform a matrix multiplication in parallel. The output will l
Resultant Matrix is :
124 93
111 127
130 82
Setup
=====
Expand Down Expand Up @@ -73,7 +73,7 @@ This should print:
Resultant Matrix is :
124 93
111 127
130 82
Notice that the numbers may be different because of the random initialization of the matrices.

Expand Down

0 comments on commit 5d15a9f

Please sign in to comment.