[CI] Add initial CI test for XCCL backend#104
Closed
chuanqi129 wants to merge 5 commits intometa-pytorch:mainfrom
Closed
[CI] Add initial CI test for XCCL backend#104chuanqi129 wants to merge 5 commits intometa-pytorch:mainfrom
chuanqi129 wants to merge 5 commits intometa-pytorch:mainfrom
Conversation
d4l3k
reviewed
Jan 6, 2026
| cd torchcomms && pip install . --no-build-isolation && cd .. | ||
|
|
||
| python3 -c "import torch; import torchcomms; print(f'Torch version: {torch.__version__}')" | ||
|
|
Member
There was a problem hiding this comment.
I'm assuming this is still draft but we don't actually run any tests here?
Collaborator
Author
There was a problem hiding this comment.
Yes, will rebase the PR and modify this part after the XCCL integration PR landed.
Collaborator
Author
There was a problem hiding this comment.
Hi @d4l3k , the added xccl workflow passed https://github.com/meta-pytorch/torchcomms/actions/runs/21890217912/job/63194257787?pr=104#step:10:2581, please help to review this PR again. This PR only have build for now, we will have another PRs to enable the tests
6ece948 to
8ebd6f4
Compare
Collaborator
Author
|
Status update:
|
321e4b9 to
7102621
Compare
Contributor
Contributor
Chao1Han
pushed a commit
to Chao1Han/torchcomms
that referenced
this pull request
Feb 27, 2026
Summary: Follows meta-pytorch#52 to enable XCCL backend CI test, depends on meta-pytorch#432 build fix PR land Pull Request resolved: meta-pytorch#104 Reviewed By: kapilsh Differential Revision: D93006547 Pulled By: d4l3k fbshipit-source-id: 27c2d64a0971a4ef1a45e644f3f457721931f7c9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follows #52 to enable XCCL backend CI test, depends on #432 build fix PR land