[cutedsl] Search the KV tile width and seed the sm_103 dense shapes at 160 - #3576
Open
yushangdi wants to merge 1 commit into
Open
[cutedsl] Search the KV tile width and seed the sm_103 dense shapes at 160#3576yushangdi wants to merge 1 commit into
yushangdi wants to merge 1 commit into
Conversation
…t 160 Add 160 to the searchable KV tile widths and promote it in the sm_103 dense policy, together with the deeper staging (kv_stage 6) the wider tile leaves room for. The choice set is deliberately constant across sequence lengths: gating it on divisibility would make the search surface length-dependent, and the masked trailing tile makes the width legal at any length anyway. Dense 256K also moves off packed exp2 onto the resident softmax, which is what the search now finds for it once the seed cliff is gone. stack-info: PR: #3576, branch: yushangdi/stack/111
yushangdi
force-pushed
the
yushangdi/stack/111
branch
from
September 7, 2026 04:24
7f35e8b to
4b067b4
Compare
yushangdi
force-pushed
the
yushangdi/stack/110
branch
from
September 7, 2026 04:24
dec18b3 to
13e3f4d
Compare
This was referenced Sep 7, 2026
yushangdi
marked this pull request as ready for review
September 7, 2026 20:56
choijon5
approved these changes
Sep 8, 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.
Stacked PRs:
[cutedsl] Search the KV tile width and seed the sm_103 dense shapes at 160
Add 160 to the searchable KV tile widths and promote it in the sm_103 dense
policy, together with the deeper staging (kv_stage 6) the wider tile leaves
room for. The choice set is deliberately constant across sequence lengths:
gating it on divisibility would make the search surface length-dependent,
and the masked trailing tile makes the width legal at any length anyway.
Dense 256K also moves off packed exp2 onto the resident softmax, which is
what the search now finds for it once the seed cliff is gone.