perf(glm5next): streamline B12X sparse decode metadata - #550
voipmonitor wants to merge 3 commits into
Conversation
Let the B12X fused paged route own output padding and bind the plan capacity for its unused active-width scalar. Keep explicit output initialization on every non-fused route. Co-authored-by: OpenAI Codex <codex@openai.com> (cherry picked from commit d18ed53)
Co-authored-by: OpenAI Codex <codex@openai.com> (cherry picked from commit 2ae5b58)
Co-authored-by: OpenAI Codex <codex@openai.com> (cherry picked from commit adb69ea)
|
@coderabbitai review |
|
Warning Review limit reachedNext included review available in 39 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
Status: superseded without merge. vLLM MadeBy561 remains credited for the original optimization implemented in #542 A matched TP4/DCP1 comparison on four RTX PRO 6000 Blackwell Workstation
The paired implementation passed 24 focused GPU correctness and CUDA-graph |
Purpose
Remove redundant initialization and metadata work from the B12X sparse-decode
path used by GLM-5.3.
Behavior
live output.
and decode-context-parallel behavior.
Replacement scope and attribution
This pull request replaces #542. Pull request #542 targets
perf/glm53-mtp-selective-prefill, so merging it would also merge unrelatedprerequisite history. This branch starts directly from
dev/jovian-judgementand contains only the three focused commits.The three implementation commits retain MadeBy561 as their author and retain
their OpenAI Codex co-author trailers.
The duplicate-work search found #542 as the only local pull request implementing
this exact B12X metadata path. This pull request is its mergeable port, not an
independent competing implementation.
Validation
Status: qualified as part of the GLM-5.3 TP4 runtime stack.
pull requests produces the same vLLM runtime source as
voipmonitor/vllm:jovian-judgement-community-20260831-r10.replay cases pass on an NVIDIA RTX PRO 6000 Blackwell GPU.
git diff --checkpass for the complete vLLM pull-request stack.prediction, and seven-token DFlash2 serving at tensor parallelism four and
decode context parallelism one without a decode or 32k-prefill regression.
AI assistance
OpenAI Codex assisted with port construction, conflict analysis, and validation.
Martin Vít directed the port, reviewed its intended behavior and evidence, and
remains responsible for the change.