Skip to content

[c10d][Sym mem] Make nccl backend full fledged with nccl 2.28.9-1#170389

Open
pytorchbot wants to merge 1 commit intorelease/2.10from
cherry-pick-168129-by-pytorch_bot_bot_
Open

[c10d][Sym mem] Make nccl backend full fledged with nccl 2.28.9-1#170389
pytorchbot wants to merge 1 commit intorelease/2.10from
cherry-pick-168129-by-pytorch_bot_bot_

Conversation

@pytorchbot
Copy link
Collaborator

Stack from ghstack (oldest at bottom):

(This PR will be rebased on #166174) (There are other PR which updates NCCL version: #168091)

We did the following thing:

  1. To add exchange of buffer ptr and signal pad ptr via NCCL device API introduced in nccl 2.28.
  2. With Matrix multiplication operator #1, we showed that the symmem from nccl backend works with existing one_shot_all_reduce kernel (Add a UT for it)
  3. Add a simple put, put with signal, wait for signal and get. So that symmem's one side API works.
  4. Show that symmem from nccl backend works with traditional c10d collective as well in UT.
  5. Stored DevComm inside symmetric memory so that users can access to it for customized kernel.

Resolves #167682

…68129)

(This PR will be rebased on #166174) (There are other PR which updates NCCL version: #168091)

We did the following thing:
1. To add exchange of buffer ptr and signal pad ptr via NCCL device API introduced in nccl 2.28.
2. With #1, we showed that the symmem from nccl backend works with existing one_shot_all_reduce kernel (Add a UT for it)
3. Add a simple put, put with signal, wait for signal and get. So that symmem's one side API works.
4. Show that symmem from nccl backend works with traditional c10d collective as well in UT.
5. Stored DevComm inside symmetric memory so that users can access to it for customized kernel.

Resolves #167682
Pull Request resolved: #168129
Approved by: https://github.com/kwen2501, https://github.com/ngimel, https://github.com/atalman

(cherry picked from commit c907c77)
@pytorchbot pytorchbot requested a review from a team as a code owner December 13, 2025 22:34
@pytorch-bot
Copy link

pytorch-bot bot commented Dec 13, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/170389

Note: Links to docs will display an error until the docs builds have been completed.

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

❌ 2 New Failures, 1 Unrelated Failure

As of commit 7b6a49d with merge base 76b8fda (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following job failed but was likely due to flakiness present on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@github-actions
Copy link
Contributor

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
Stale pull requests will automatically be closed after 30 days of inactivity.

@github-actions github-actions bot added the Stale label Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants