[None][perf] Fuse KDA verify and opt-in prefill projections - #17046
Closed
longlee0622 wants to merge 2 commits into
Closed
[None][perf] Fuse KDA verify and opt-in prefill projections#17046longlee0622 wants to merge 2 commits into
longlee0622 wants to merge 2 commits into
Conversation
Signed-off-by: Jonas Li <6110159+longlee0622@users.noreply.github.com>
longlee0622
force-pushed
the
agent/kimi-kda-fused-verify-inproj
branch
from
August 3, 2026 03:34
bb743e1 to
3c3ae7b
Compare
Signed-off-by: Jonas Li <6110159+longlee0622@users.noreply.github.com>
longlee0622
force-pushed
the
agent/kimi-kda-fused-verify-inproj
branch
from
August 3, 2026 04:01
3c3ae7b to
7a35a5e
Compare
Collaborator
Author
|
Superseded by #17311 |
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
Testing
The confcutdir flag isolates this target GPU test from the checkout-wide conftest. The available dev images prebuilt C++ bindings are from another branch and fail global collection before this Python-only test is reached.
Post-#17088 integration
The rebased prefill dispatch now preserves #17088 behavior in this order:
TLLM_KDA_ENABLE_FUSED_PREFILL_PROJ=1.qkvg_projfor default packed q/k/v when available.Verify remains fully fused by default. Final head
7a35a5e022: local and GitHub pre-commit checks plus DCO pass. The B200 parity data above predates the rebase; the post-rebase change is dispatch integration and formatting, not kernel code.