Skip to content
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 nccl parameter to override traffic class for fifo messages #1194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ashshetty-prog
Copy link

@ashshetty-prog ashshetty-prog commented Feb 26, 2024

Summary: This change adds the support to override the traffic class attribute of the qp on which the cts/fifo messages are sent on. We want to prioritize fifo message to be sent on a network queue different from data traffic. Doing so will remove control path messages from causing slow downs in the case of network congestion when loaded latency is higher. This will only be enabled when NCCL_IB_FIFO_TC variable is set otherwise its disabled by default.

Summary: This change adds the support to override the traffic class attribute of the qp on which the cts/fifo messages are sent on.
We want to prioritize fifo message to be sent on a network queue different from data traffic. Doing so will remove control path messages
from causing slow downs in the case of network congestion when loaded latency is higher. This will only be enabled when NCCL_IB_FIFO_TC variable
is set otherwise its disabled by default.

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant