-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested parallelization #5022
Nested parallelization #5022
Conversation
Signed-off-by: pryce-turner <[email protected]>
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5022 +/- ##
==========================================
- Coverage 59.00% 58.99% -0.01%
==========================================
Files 645 645
Lines 55548 55548
==========================================
- Hits 32775 32770 -5
- Misses 20182 20187 +5
Partials 2591 2591
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: pryce-turner <[email protected]>
Signed-off-by: pryce-turner <[email protected]>
Signed-off-by: pryce-turner <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is very thorough and well-organized, thanks for adding it! I left suggestions, but went ahead and approved in case any of my suggested rephrasings were inaccurate -- I don't want to block merging this PR on factually incorrect suggestions.
@@ -0,0 +1,190 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can remove this entire block of frontmatter -- the contents of the Python sections will render correctly without it.
Adding most suggestions with a few that need to be handled locally! Co-authored-by: Nikki Everett <[email protected]> Signed-off-by: pryce-turner <[email protected]>
Signed-off-by: pryce-turner <[email protected]>
Congrats on merging your first pull request! 🎉 |
* Nested parallelization first draft Signed-off-by: pryce-turner <[email protected]> * Added screenshots and considerations section Signed-off-by: pryce-turner <[email protected]> * Spelling Signed-off-by: pryce-turner <[email protected]> * toctree Signed-off-by: pryce-turner <[email protected]> * Apply suggestions from code review Adding most suggestions with a few that need to be handled locally! Co-authored-by: Nikki Everett <[email protected]> Signed-off-by: pryce-turner <[email protected]> * Merge * Updated screenshot with annotation Signed-off-by: pryce-turner <[email protected]> --------- Signed-off-by: pryce-turner <[email protected]> Signed-off-by: pryce-turner <[email protected]> Co-authored-by: Nikki Everett <[email protected]>
A lot of advanced users are curious about best practices when it comes to nesting and mixed parallelization. This PR adds a section under Advanced Composition showing a few examples and best practices.
This is just an unfinished draft but wanted to solicit early feedback.