-
Notifications
You must be signed in to change notification settings - Fork 708
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
Fix multi-GPU support for post-processor #2499
Conversation
…_cubes_from_a_robotic_arm.ipynb: convert to Git LFS
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.
thanks for the fix!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2499 +/- ##
===========================================
- Coverage 78.94% 64.62% -14.33%
===========================================
Files 311 311
Lines 13197 13183 -14
===========================================
- Hits 10419 8519 -1900
- Misses 2778 4664 +1886
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
📝 Description
Causes of the problem:
dist_reduce_fx
to appropriate method when defining states in MinMax value.✨ Changes
Select what type of change your PR is:
✅ Checklist
Before you submit your pull request, please make sure you have completed the following steps:
For more information about code review checklists, see the Code Review Checklist.