[Kernel][SM70] Fuse DeepSeek V4 FP16 auxiliary GEMVs - #327
Draft
yangzhuxinyzx wants to merge 4 commits into
Draft
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>
Contributor
Author
|
Public development has ended and this PR head was preserved in the private migration archive before closure. The public repository is frozen at v1.3.0 and will be archived read-only. Thank you for the contribution. |
yangzhuxinyzx
deleted the
agent/v100-dsv4-pp2tp4-fused-fp16-aux-20260826
branch
August 26, 2026 07:55
yangzhuxinyzx
restored the
agent/v100-dsv4-pp2tp4-fused-fp16-aux-20260826
branch
August 27, 2026 14:35
Contributor
Author
|
Public development has resumed through #342, and this PR was unarchived, unlocked, and restored as a Draft at its preserved stacked head. Later audit found this exact joined FP16 auxiliary route slower than the current packed-FP13 baseline. Active follow-up work with newer evidence is public PR #348; do not merge this archived head ahead of #348. |
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
N=2048,N=512, andN=64exact FP16 auxiliary GEMVs into oneN=2624launch on one auxiliary stream.VLLM_SM70_DSV4_FP16_GEMV=1.This is stacked on the direct-order offset repair in draft PR #308.
Test Plan
Test Result
git diff --check: passed.Evidence:
/data/models/v100-dsv4-0731-pp2tp4-fp13-fused-overlap-screen-20260826-r2//data/models/v100-dsv4-0731-pp2tp4-fused-fp16-aux-gpu-test-20260826-r1/The route remains opt-in pending endpoint and dataset evidence.