Skip to content

Commit

Permalink
Merge pull request #24 from thijsheijden/fix/spawned-workers
Browse files Browse the repository at this point in the history
Fix the hint on spawned workers
  • Loading branch information
fverdugo authored Sep 19, 2023
2 parents 118f7f8 + ef4aeeb commit 6cf3b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/matrix_matrix.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@
"id": "ab609c18",
"metadata": {},
"source": [
"Run the next cell to check the performance of this implementation. Note that we are far away from the optimal speed up. Why? To answer this question compute the theoretical communication over computation ratio for this implementation and reason about the obtained result. Hint: the number of times a worker is spawned in this implementation is N^3/P on average."
"Run the next cell to check the performance of this implementation. Note that we are far away from the optimal speed up. Why? To answer this question compute the theoretical communication over computation ratio for this implementation and reason about the obtained result. Hint: the number of times a worker is spawned in this implementation is N^2/P on average."
]
},
{
Expand Down

0 comments on commit 6cf3b87

Please sign in to comment.