-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[None][feat] Support Gemma4 multi-head_dim pools and host-side slicing to provide local view to Triton kernels for SWA #13745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
7e1cf91
[None][feat] Support Gemma4 mixed-shape pools in KVCacheManager and r…
eopXD 449cfcb
[None][fix] Translate Python PoolConfiguration to C++ at nanobind bou…
eopXD 3311feb
[None][fix] AutoDeploy: register fallback KV pool for MLA-only models
eopXD aba166c
Merge remote-tracking branch 'origin/main' into sg/swa-take2
eopXD 431c61a
[None][fix] AutoDeploy: update lingering test to per-pool nest_sequen…
eopXD fadd153
[None][fix] AutoDeploy: replicate warm-up cache metadata per pool for…
eopXD 24778b0
[None][test] AutoDeploy: re-enable Gemma4 MoE on single-GPU H100
eopXD 033130b
Merge remote-tracking branch 'origin/main' into sg/swa-take2
eopXD f61a9dc
[None][fix] AutoDeploy: attach Gemma4 get_per_layer_inputs on non-E2B…
eopXD 2b5cdf2
Merge remote-tracking branch 'origin/main' into sg/swa-take2
eopXD c55f3b3
Merge remote-tracking branch 'origin/main' into sg/swa-take2
eopXD e658a9d
[https://nvbugs/6158397][test] AutoDeploy: re-waive Gemma4 MoE on H100
eopXD f8e9861
[None][feat] AutoDeploy: SWA front-eviction in same PR as Gemma-3n co…
eopXD ade3102
Revert untested changes, unnecessary explicit additions, and over-ver…
eopXD aea2a18
[None][test] AutoDeploy: fix VSWA metadata test backend selector
eopXD eaf7c2f
[None][test] AutoDeploy: size SWA eviction fixture above scenario length
eopXD 20c0ff6
[None][chore] AutoDeploy: add SWA front-eviction debug traces
eopXD c5551ce
[None][chore] AutoDeploy: add Gemma3n E2B SWA repro script
eopXD a2e8ae0
[None][fix] AutoDeploy: revert releaseBlocks front-placeholder clamp
eopXD 0b76919
[None][fix] AutoDeploy: per-pool host-prep for FlashInfer VSWA
eopXD 6a739d1
[None][chore] AutoDeploy: revert SWA debug traces and repro script
eopXD File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
153 changes: 137 additions & 16 deletions
153
cpp/include/tensorrt_llm/batch_manager/kvCacheManager.h
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.