feat: support TP>1 Domino rollout for DFlash V2 - #37069
Merged
Qiaolin-Yu merged 18 commits intoSep 12, 2026
Merged
Qiaolin-Yu merged 18 commits into
Qiaolin-Yu merged 18 commits into
Conversation
Preallocate candidate-pool tensors for CUDA graph-safe rollout and keep the ATen GRUCell feedback path allocation-free.
This reverts commit 2fcc8e5.
jianuo-huang
requested review from
Qiaolin-Yu,
Ying1123,
hnyls2002 and
merrymercy
as code owners
August 29, 2026 18:37
Qiaolin-Yu
requested review from
Fridge003,
HaiShaw,
Kangyan-Zhou,
bingxche and
ispobock
as code owners
September 9, 2026 22:32
Qiaolin-Yu
enabled auto-merge (squash)
September 11, 2026 22:49
Qiaolin-Yu
disabled auto-merge
September 12, 2026 01:50
74 tasks
mqhc2020
pushed a commit
to mqhc2020/sglang
that referenced
this pull request
Sep 15, 2026
Co-authored-by: Qiaolin-Yu <liin1211@outlook.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.
Summary
Extend the optimized Domino rollout from PR #36899 to tensor parallel (TP>1), including CUDA Graph capture and eager fallback paths.
Correctness and validation
29 passed, 35 subtests passed.bs=1andbs=2), and completed serving successfully.Qwen3.6-27B benchmark
Setting: TP2, BF16, FA3 full attention, block size 16, thinking enabled, max output 4096, greedy decoding, one measured run per cell. Workloads are GSM8K-128, HumanEval-164, and MT-Bench-80.
All 18 DFlash/Domino workload-concurrency cells completed successfully. Domino improves acceptance length and throughput in every measured cell.
Scope
This PR validates TP2 on the Qwen3 and Qwen3.6-27B model families, including eager and CUDA Graph paths. TP4/TP8, quantized LM-heads, and added-vocabulary shards are not claimed by this PR.
Related: #36899
CI States
Latest PR Test (Base): ✅ Run #34536644674
Latest PR Test (Extra): ❌ Run #34536644475
Latest PR Test (AMD ROCm 10): ❌ Run #34536644685