Merge pull request #24 from thijsheijden/fix/spawned-workers

Fix the hint on spawned workers
This commit is contained in:
Francesc Verdugo 2023-09-19 17:51:59 +02:00 committed by GitHub
commit 6cf3b87d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1086,7 +1086,7 @@
"id": "ab609c18", "id": "ab609c18",
"metadata": {}, "metadata": {},
"source": [ "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."
] ]
}, },
{ {