-
Notifications
You must be signed in to change notification settings - Fork 54
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
ht.print
can now print arrays distributed over n>1
GPUs
#1170
Conversation
Thank you for the PR! |
Main problem is in |
Codecov Report
@@ Coverage Diff @@
## main #1170 +/- ##
=======================================
Coverage 92.16% 92.16%
=======================================
Files 75 75
Lines 10703 10705 +2
=======================================
+ Hits 9864 9866 +2
Misses 839 839
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Since the problem mentioned in #1171 seems to be due to CUDA-aware MPI, we decided in the PR talk to resolve this locally, i.e. in the printing functionality, instead of changing |
Thank you for the PR! |
Thank you for the PR! |
Thank you for the PR! |
…alytics/heat into bug/1121-print-fails-on-gpu
Thank you for the PR! |
Thank you for the PR! |
Thank you for the PR! |
Thank you for the PR! |
Thank you for the PR! |
1 similar comment
Thank you for the PR! |
Thank you for the PR! |
or shall we use |
Tried usage of |
gather
)
Thank you for the PR! |
Should be reviewed together with #1179 |
Thank you for the PR! |
gather
)ht.print
can now print arrays distributed over n>1
GPUs
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 a lot @mrfh92
Testing on HDFML with 2 nodes (8 GPUs) runs through |
is intended to resolve #1121
alternative solution has been implemented in #1179