-
Notifications
You must be signed in to change notification settings - Fork 96
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
add tips to force NCCL comm to go through EFA #531
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: mhuguesaws <[email protected]>
@@ -316,3 +316,25 @@ The formula defines the maximum theoretical bandwidth that can be achieved on di | |||
* `t` : time to complete the operation. (similar to sec for Algbw and Busbw) | |||
* `S` : number of elements being communicated (similar to count for Algbw and Busbw) | |||
* `B` : theoretical peak bandwidth. | |||
|
|||
## 4. Tips and Tricks |
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.
Please find another title.
|
||
## 4. Tips and Tricks | ||
|
||
This section demonstrates NCCL tests tips and tricks useful to diagnose cluster nodes. |
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.
How do we know if this is bad or good?
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.
See comments.
Co-authored-by: mhuguesaws <[email protected]>
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.