[Core][SM70] Split Qwen3.8 prefill and decode compilation - #477
Merged
yangzhuxinyzx merged 8 commits intoSep 3, 2026
Merged
yangzhuxinyzx merged 8 commits into
yangzhuxinyzx merged 8 commits into
Conversation
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
Signed-off-by: yangzhuxinyzx <153831768+yangzhuxinyzx@users.noreply.github.com>
yangzhuxinyzx
marked this pull request as ready for review
September 3, 2026 17:13
This was referenced Sep 3, 2026
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
Keep the established Qwen3.8 large-prefill graph and no-MTP decode fast graph in one TP4 service without duplicating parameters or KV/state caches. Prefill uses async disk-mmap PLE plus the original FlashQLA-SM70 TileLang GDN path; FULL decode uses rank-local pinned PLE and the M=1 graph operators.
Test Plan
Test Result
git diff --check: passed(1,8193)containsple_offload_waitand no decode-only M=1 operators;(1,2)contains local pinned PLE gather plus FP16 GEMV/fused HC/fused GDN8aab945ad780...: 6,878 and 6,984 prompt tok/s warm (historical matched result: 7,026 tok/s)173*29 -> 5017,41*37 -> 1517, accurate two-sentence Chinese lunar-phase answer; thinking exposed inmessage.reasoning/v1/models: HTTP 200