-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[DEP-950][feat] add multi-rank sleep/wakeup support to MPI executor path #14636
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
Merged
chienchunhung
merged 35 commits into
NVIDIA:main
from
hhzhang16:hannahz/dep-950-add-multi-rank-sleepwakeup-support-to-mpi-executor-path
Jul 9, 2026
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
ffdc5f8
feat: add multi-rank sleep/wakeup support to MPI executor path
hhzhang16 c060968
lint: fix formatting
hhzhang16 da5d0a3
fix: coderabbit comments
hhzhang16 2d19e8f
fix: coderabbit comments
hhzhang16 ec22efe
fix: rename _control* to _sleep_wakeup*
hhzhang16 211af01
Merge branch 'main' of https://github.com/NVIDIA/TensorRT-LLM into ha…
hhzhang16 4881067
fix: reviewer comments
hhzhang16 1e1869c
fix: group sleep/wakeup MPI tags into _SleepWakeupTag enum; use StrEnum
hhzhang16 5e1e353
Merge branch 'main' of https://github.com/NVIDIA/TensorRT-LLM into ha…
hhzhang16 1c210b7
lint: fix formatting
hhzhang16 665d2ca
fix: remove unused variable
hhzhang16 9114ae6
Merge branch 'main' of https://github.com/NVIDIA/TensorRT-LLM into ha…
hhzhang16 bc2e303
Merge branch 'main' into hannahz/dep-950-add-multi-rank-sleepwakeup-s…
hhzhang16 ae75fcb
Merge branch 'main' into hannahz/dep-950-add-multi-rank-sleepwakeup-s…
hhzhang16 d6a4810
Merge branch 'main' into hannahz/dep-950-add-multi-rank-sleepwakeup-s…
hhzhang16 26bcb4f
Merge branch 'main' into hannahz/dep-950-add-multi-rank-sleepwakeup-s…
hhzhang16 971d10c
Merge branch 'main' into hannahz/dep-950-add-multi-rank-sleepwakeup-s…
hhzhang16 6897924
Merge branch 'main' into hannahz/dep-950-add-multi-rank-sleepwakeup-s…
hhzhang16 cefe870
fix: bug fix
hhzhang16 43376c2
fix: guard sleep/wakeup comm init behind sleep_config and MPI path
hhzhang16 cd99391
Merge branch 'main' of https://github.com/NVIDIA/TensorRT-LLM into ha…
hhzhang16 37711b8
Merge branch 'main' into hannahz/dep-950-add-multi-rank-sleepwakeup-s…
hhzhang16 7be30a0
Merge branch 'main' into hannahz/dep-950-add-multi-rank-sleepwakeup-s…
hhzhang16 b45293e
Merge branch 'main' into hannahz/dep-950-add-multi-rank-sleepwakeup-s…
hhzhang16 037e94e
fix: add sleep_config = None to the shim and getattr in the gate in p…
hhzhang16 32af961
lint: fix formatting
hhzhang16 97034cc
Merge branch 'main' of https://github.com/NVIDIA/TensorRT-LLM into ha…
hhzhang16 d2df965
feat: address reviewer comments
hhzhang16 5d5f987
Merge branch 'main' of https://github.com/NVIDIA/TensorRT-LLM into ha…
hhzhang16 c784dc8
feat: address reviewer comments
hhzhang16 335107a
Merge branch 'main' of https://github.com/NVIDIA/TensorRT-LLM into ha…
hhzhang16 6ad362b
feat: harden multi-rank sleep/wakeup control handling
hhzhang16 52fad49
test: update tests
hhzhang16 5eae79d
Merge branch 'main' of https://github.com/NVIDIA/TensorRT-LLM into ha…
hhzhang16 8cd8606
Merge branch 'main' of https://github.com/NVIDIA/TensorRT-LLM into ha…
hhzhang16 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.