Address comments on episode 4 - #17
Conversation
🆗 Pre-flight checks passed 😃This pull request has been checked and contains no modified workflow files or spoofing. Results of any additional workflows will appear here when they are done. |
|
I'll also add suggested changes from Julians review here |
GayatriManda
left a comment
There was a problem hiding this comment.
So far, it looks good to me. Thank you for addressing my comments and making the changes.
There was a problem hiding this comment.
This instructor note could be moved to the Prerequisites or Introduction section, as it fits better there.
They have already reached the middle of the guide by this point, so it doesn't make much sense to introduce it here.
There was a problem hiding this comment.
Good point, thanks!
I'll address this in a new commit to this PR.
|
|
||
| So far, we kept the workload size fixed to $800 \times 800$ pixels and $128$ samples per pixel for the same scene with three snowman. | ||
| The diminishing returns for adding more and more parallel processors leads to a famous observation. | ||
| The speedup of a program through parallelization is limited by the execution time of the serial fraction that is not parallelizable. |
There was a problem hiding this comment.
So far, execution time has been used as the performance metric. Suddenly, speedup is introduced without any explanation. It would be helpful to first explain what speedup means, what the baseline is, and how it is calculated before using it in the discussion.
There was a problem hiding this comment.
I think you may have missed the speedup introduction at the beginning of the same section? At least the lines you are referring to here are after the explanation about speedup.
|
Now this includes a lot of changes from @GayatriManda and @jjegg01 comments. Thanks again for the input. Could you have a look at it and let me know if you think this should be merged as is? There are two bigger open points, addressed in Julians review issue:
Let me know, what you think! |
Addressing #8