Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NVIDIA
/
TensorRT-LLM
Public
Notifications
You must be signed in to change notification settings
Fork
2.7k
Star
14.6k
Code
Issues
584
Pull requests
866
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
[None][fix] Fix CppMambaHybridCacheManager functional and perf issues
- #14003
#14003
Merged
VALLIS-NERIA
merged 16 commits into
NVIDIA:main
NVIDIA/TensorRT-LLM:main
from
VALLIS-NERIA:user/xiweny/mamba-recurrent-cuda-graph-snapshots
VALLIS-NERIA/TensorRT-LLM:user/xiweny/mamba-recurrent-cuda-graph-snapshots
Copy head branch name to clipboard
May 22, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
[None][fix] Fix CppMambaHybridCacheManager functional and perf issues
#14003
VALLIS-NERIA
merged 16 commits into
NVIDIA:main
NVIDIA/TensorRT-LLM:main
from
VALLIS-NERIA:user/xiweny/mamba-recurrent-cuda-graph-snapshots
VALLIS-NERIA/TensorRT-LLM:user/xiweny/mamba-recurrent-cuda-graph-snapshots
Copy head branch name to clipboard
Commits
Commits on May 11, 2026
[None][fix] CppMambaHybridCacheManager: handle ranks with zero local mamba layers (By Agent)
Show description for ac30ded
VALLIS-NERIA
committed
ac30ded
View commit details
Copy full SHA for ac30ded
Browse repository at this point
[None][fix] KVCacheManager: reserve recurrent-state slots for CUDA graph padding and draft-len sentinels (By Agent)
Show description for 992ec1b
VALLIS-NERIA
committed
992ec1b
View commit details
Copy full SHA for 992ec1b
Browse repository at this point
[None][fix] KVCacheManager: fix max_draft_tokens typo and add slot reservation tests (By Agent)
Show description for 3310de0
VALLIS-NERIA
committed
3310de0
View commit details
Copy full SHA for 3310de0
Browse repository at this point
Commits on May 12, 2026
[None][fix] KVCacheManager: store spec_config on self in __init__ (By Agent)
Show description for 5a85831
VALLIS-NERIA
committed
5a85831
View commit details
Copy full SHA for 5a85831
Browse repository at this point
[None][fix] CppMambaHybridCacheManager: address CodeRabbit review (By Agent)
Show description for 5aad39a
VALLIS-NERIA
committed
5aad39a
View commit details
Copy full SHA for 5aad39a
Browse repository at this point
Merge branch 'user/xiweny/mamba-hybrid-zero-mamba-layers' into mamba-recurrent-cuda-graph-snapshots (By Agent)
Show description for ace03a2
VALLIS-NERIA
committed
ace03a2
View commit details
Copy full SHA for ace03a2
Browse repository at this point
reduce sync overhead
Show description for 516ea84
VALLIS-NERIA
committed
516ea84
View commit details
Copy full SHA for 516ea84
Browse repository at this point
Commits on May 13, 2026
fix missing is_draft
Show description for 3f0e36c
VALLIS-NERIA
committed
3f0e36c
View commit details
Copy full SHA for 3f0e36c
Browse repository at this point
fix replay check on sm120
Show description for 69899c5
VALLIS-NERIA
committed
69899c5
View commit details
Copy full SHA for 69899c5
Browse repository at this point
Merge branch 'main' into user/xiweny/mamba-recurrent-cuda-graph-snapshots
Show description for e00c230
VALLIS-NERIA
committed
e00c230
View commit details
Copy full SHA for e00c230
Browse repository at this point
Commits on May 15, 2026
[None][fix] Address recurrent-state pool sizing and layer-first transfer bugs (By Agent)
Show description for 1813212
VALLIS-NERIA
committed
1813212
View commit details
Copy full SHA for 1813212
Browse repository at this point
Commits on May 16, 2026
fix schedule issue, improve runtime perf, allow change manager
Show description for 717edeb
VALLIS-NERIA
committed
717edeb
View commit details
Copy full SHA for 717edeb
Browse repository at this point
Commits on May 17, 2026
[None][fix] Cap CppMamba warmup tokens by recurrent-state pool capacity (By Agent)
Show description for 7a6e90f
VALLIS-NERIA
committed
7a6e90f
View commit details
Copy full SHA for 7a6e90f
Browse repository at this point
Commits on May 18, 2026
[None][fix] Scale recurrent-state pool by pp_size for hybrid Mamba models (By Agent)
Show description for c9933a8
VALLIS-NERIA
committed
c9933a8
View commit details
Copy full SHA for c9933a8
Browse repository at this point
Commits on May 21, 2026
[None][fix] Skip CppMambaHybridCacheManager PP-scaling tests under TLLM_DISABLE_MPI=1 (By Agent)
Show description for e28f04d
VALLIS-NERIA
committed
e28f04d
View commit details
Copy full SHA for e28f04d
Browse repository at this point
Merge remote-tracking branch 'origin/main' into user/xiweny/mamba-recurrent-cuda-graph-snapshots
Show description for 23ffaf3
VALLIS-NERIA
committed
23ffaf3
View commit details
Copy full SHA for 23ffaf3
Browse repository at this point
You can’t perform that action at this time.