-
Notifications
You must be signed in to change notification settings - Fork 28
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
Distributed Runtime #218
Distributed Runtime #218
Conversation
…ilding runnable, ucx and host memory resources
…urce for device memory
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.
Approving with comments.
…mplementation file
Codecov ReportBase: 32.61% // Head: 28.39% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-23.01 #218 +/- ##
================================================
- Coverage 32.61% 28.39% -4.22%
================================================
Files 322 363 +41
Lines 9107 10121 +1014
Branches 4251 4783 +532
================================================
- Hits 2970 2874 -96
- Misses 3810 4968 +1158
+ Partials 2327 2279 -48
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@gpucibot merge |
This PR is a major step toward the completion Multi-Node or fully distributed SRF pipelines.
This PR puts in place the framework for the following components:
This PR improves upon the following existing components:
This PR add the initial public runtime and resources interface.
Closes #120