[Feature] Decode Context Parallel support for GPU model runner v2#34179
Merged
WoosukKwon merged 3 commits intomainfrom Feb 18, 2026
Merged
[Feature] Decode Context Parallel support for GPU model runner v2#34179WoosukKwon merged 3 commits intomainfrom
WoosukKwon merged 3 commits intomainfrom
Conversation
Signed-off-by: yewentao256 <zhyanwentao@126.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces Decode Context Parallel (DCP) support for the v2 GPU model runner. The changes involve updating attention utilities, block table management, and the model runner itself to handle sharded KV caches for DCP. The core logic is implemented in a Triton kernel for slot mapping. My review focuses on code structure and maintainability. I've identified an opportunity to reduce code duplication for better long-term maintenance.
5 tasks
5 tasks
Signed-off-by: Woosuk Kwon <woosuk@inferact.ai>
WoosukKwon
approved these changes
Feb 18, 2026
Collaborator
WoosukKwon
left a comment
There was a problem hiding this comment.
LGTM. Thanks for the PR!
I will follow up with simple refactoring.
wzhao18
pushed a commit
to wzhao18/vllm
that referenced
this pull request
Feb 18, 2026
…lm-project#34179) Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: wzhao18 <wzhao18.sz@gmail.com>
jasonozuzu-cohere
pushed a commit
to jasonozuzu-cohere/vllm
that referenced
this pull request
Feb 18, 2026
…lm-project#34179) Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: Jason Ozuzu <jasonozuzu@cohere.com>
ZJY0516
pushed a commit
to ZJY0516/vllm
that referenced
this pull request
Feb 23, 2026
…lm-project#34179) Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
llsj14
pushed a commit
to llsj14/vllm
that referenced
this pull request
Mar 1, 2026
…lm-project#34179) Signed-off-by: yewentao256 <zhyanwentao@126.com>
tunglinwood
pushed a commit
to tunglinwood/vllm
that referenced
this pull request
Mar 4, 2026
…lm-project#34179) Signed-off-by: yewentao256 <zhyanwentao@126.com>
askliar
pushed a commit
to askliar/vllm
that referenced
this pull request
Mar 9, 2026
…lm-project#34179) Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: Andrii Skliar <askliar@nvidia.com>
EricccYang
pushed a commit
to EricccYang/vllm
that referenced
this pull request
Apr 1, 2026
…lm-project#34179) Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: EricccYang <yangyang4991@gmail.com>
liuchenbing2026
pushed a commit
to liuchenbing2026/vllm
that referenced
this pull request
Apr 4, 2026
…lm-project#34179) Signed-off-by: yewentao256 <zhyanwentao@126.com>
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.
Purpose
Part of the #32455
Enable DCP for V2, with support of cuda graph
Performance slightly slower than V1, but we haven't really optimized the performance, both for V2 and DCP, we can optimize performance later in following up PRs
Test
ACC
Perf