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 }}
ggml-org
/
llama.cpp
Public
Notifications
You must be signed in to change notification settings
Fork
23.4k
Star
129k
Code
Issues
885
Pull requests
1.6k
Discussions
Actions
Projects
Wiki
Security and quality
13
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
ggml-cuda: add chunked SSD matmul for Mamba-2 prefill acceleration
- #22675
#22675
Merged
gaugarg-nv
merged 10 commits into
ggml-org:master
ggml-org/llama.cpp:master
from
BLSharda:bhaviksharda/mamba2_SSD
BLSharda/llama.cpp:bhaviksharda/mamba2_SSD
Copy head branch name to clipboard
Jul 28, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
ggml-cuda: add chunked SSD matmul for Mamba-2 prefill acceleration
#22675
gaugarg-nv
merged 10 commits into
ggml-org:master
ggml-org/llama.cpp:master
from
BLSharda:bhaviksharda/mamba2_SSD
BLSharda/llama.cpp:bhaviksharda/mamba2_SSD
Copy head branch name to clipboard
Commits
Commits on Jul 21, 2026
ggml-cuda: add chunked SSD matmul for Mamba-2 prefill acceleration
BLSharda
committed
8180cdb
View commit details
Copy full SHA for 8180cdb
Browse repository at this point
cuda: added SSD CICD fixes for CUDA / HIP / MUSA / MSVC.
BLSharda
committed
e9633ae
View commit details
Copy full SHA for e9633ae
Browse repository at this point
ggml-cuda: review comments fixed.
BLSharda
committed
3f93219
View commit details
Copy full SHA for 3f93219
Browse repository at this point
ggml-cuda: Fuse M matrix materialization into pre_matmul kernel and enabled test.
BLSharda
committed
21f3745
View commit details
Copy full SHA for 21f3745
Browse repository at this point
ggml-cuda: test updates and fixes
BLSharda
committed
b0af8f4
View commit details
Copy full SHA for b0af8f4
Browse repository at this point
ggml-cuda: test updates to remove hardcoding of tensor initialise data limits.
BLSharda
committed
f6ed777
View commit details
Copy full SHA for f6ed777
Browse repository at this point
ggml-cuda: ssd minor review comment fixed.
BLSharda
committed
f35681f
View commit details
Copy full SHA for f35681f
Browse repository at this point
ggml-cuda: ssd minor CICD fixed.
BLSharda
committed
a942d1b
View commit details
Copy full SHA for a942d1b
Browse repository at this point
CUDA SSD: Fixes correctness by promoting s0_stride_seq to int64_t, improves memory coalescing in ssm_ssd_prepare_dt_kernel, and boosts efficiency by merging B_weighted and C_scaled; also addresses …
Show description for 3c6938c
BLSharda
committed
3c6938c
View commit details
Copy full SHA for 3c6938c
Browse repository at this point
Commits on Jul 28, 2026
cuda: fix sdata read-write race in prepare_dt fallback scan loop
BLSharda
committed
f96b0e5
View commit details
Copy full SHA for f96b0e5
Browse repository at this point
You can’t perform that action at this time.