Add MCCL_CTRAN_TRANSPORT_PROFILER CVAR (#2007)#2007
Open
mlunar-meta wants to merge 1 commit intometa-pytorch:mainfrom
Open
Add MCCL_CTRAN_TRANSPORT_PROFILER CVAR (#2007)#2007mlunar-meta wants to merge 1 commit intometa-pytorch:mainfrom
mlunar-meta wants to merge 1 commit intometa-pytorch:mainfrom
Conversation
Contributor
|
@mlunar-meta has exported this pull request. If you are a Meta employee, you can view the originating Diff in D100181757. |
cf5de0d to
0c2d8ff
Compare
mlunar-meta
added a commit
to mlunar-meta/torchcomms
that referenced
this pull request
Apr 9, 2026
Summary: Pull Request resolved: meta-pytorch#2007 Add a new MCCL-level CVAR to control ctran transport profiling from MCCL. Defaults to true so MCCL enables profiling without requiring users to set the NCCL_CTRAN_TRANSPORT_PROFILER env var. Differential Revision: D100181757
0c2d8ff to
a4d1207
Compare
a4d1207 to
6a450f8
Compare
mlunar-meta
added a commit
to mlunar-meta/torchcomms
that referenced
this pull request
Apr 9, 2026
Summary: Add a new MCCL-level CVAR to control ctran transport profiling from MCCL. Defaults to true so MCCL enables profiling without requiring users to set the NCCL_CTRAN_TRANSPORT_PROFILER env var. Differential Revision: D100181757
6a450f8 to
9d2750e
Compare
mlunar-meta
added a commit
to mlunar-meta/torchcomms
that referenced
this pull request
Apr 9, 2026
Summary: Pull Request resolved: meta-pytorch#2007 Add a new MCCL-level CVAR to control ctran transport profiling from MCCL. Defaults to true so MCCL enables profiling without requiring users to set the NCCL_CTRAN_TRANSPORT_PROFILER env var. Differential Revision: D100181757
Summary: Add a new MCCL-level CVAR to control ctran transport profiling from MCCL. Defaults to true so MCCL enables profiling without requiring users to set the NCCL_CTRAN_TRANSPORT_PROFILER env var. Differential Revision: D100181757
9d2750e to
147e557
Compare
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.
Summary:
Add a new MCCL-level CVAR to control ctran transport profiling from MCCL.
Defaults to true so MCCL enables profiling without requiring users to set
the NCCL_CTRAN_TRANSPORT_PROFILER env var.
Differential Revision: D100181757