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 }}
ikawrakow
/
ik_llama.cpp
Public
Notifications
You must be signed in to change notification settings
Fork
468
Star
3.3k
Code
Issues
61
Pull requests
45
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Reduce memory required for DSA
- #2058
#2058
Closed
ikawrakow
wants to merge 11 commits into
main
ikawrakow/ik_llama.cpp:main
from
ik/dsa_loop
ikawrakow/ik_llama.cpp:ik/dsa_loop
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Closed
Reduce memory required for DSA
#2058
ikawrakow
wants to merge 11 commits into
main
ikawrakow/ik_llama.cpp:main
from
ik/dsa_loop
ikawrakow/ik_llama.cpp:ik/dsa_loop
Copy head branch name to clipboard
Commits
Commits on Jun 26, 2026
Add GLM-5.2/DeepSeek-V3.2 DSA lightning indexer (batch-local, single-seq prefill)
Show description for 70a7c8c
mb8565
and
claude
committed
70a7c8c
View commit details
Copy full SHA for 70a7c8c
Browse repository at this point
GLM-5.2 DSA indexer: decode-correct via persistent indexer-K cache
Show description for f1d2c3a
mb8565
and
claude
committed
f1d2c3a
View commit details
Copy full SHA for f1d2c3a
Browse repository at this point
GLM-5.2 DSA indexer: wire sparse mask into the flash-attention path (-fa 1)
Show description for 476b4ee
mb8565
and
claude
committed
476b4ee
View commit details
Copy full SHA for 476b4ee
Browse repository at this point
GLM-5.2 DSA indexer: UPDATE 4 — MLA-FA fix merged, FA path validated, multi-seq characterized
Show description for 8eb3a86
mb8565
and
claude
committed
8eb3a86
View commit details
Copy full SHA for 8eb3a86
Browse repository at this point
GLM-5.2 DSA indexer: per-sequence attention sink — fix multi-seq (n_seq>1)
Show description for e0c7490
mb8565
and
claude
committed
e0c7490
View commit details
Copy full SHA for e0c7490
Browse repository at this point
GLM-5.2 DSA indexer: UPDATE 6 — serving-correctness (kr_l maintained across shift/defrag/seq-ops; per-seq sink on first-present pos)
Show description for c6a97cd
mb8565
and
claude
committed
c6a97cd
View commit details
Copy full SHA for c6a97cd
Browse repository at this point
Commits on Jun 27, 2026
GLM-5.2 DSA indexer: UPDATE 7 — FIX latent graph-reuse cache-fixup omission for the kr_l indexer cache
Show description for 55a16cc
mb8565
and
claude
committed
55a16cc
View commit details
Copy full SHA for 55a16cc
Browse repository at this point
GLM-DSA: convert sparse-attention control from env vars to CLI args (off by default)
Show description for a4e5f7c
mb8565
and
claude
committed
a4e5f7c
View commit details
Copy full SHA for a4e5f7c
Browse repository at this point
GLM-DSA: warn that --dsa is inactive under -sm graph/attn (TP path runs dense MLA)
Show description for 71d81ce
mb8565
and
claude
committed
71d81ce
View commit details
Copy full SHA for 71d81ce
Browse repository at this point
GLM-DSA: drop in-tree dev reference docs from the PR branch
Show description for 03391cb
mb8565
and
claude
committed
03391cb
View commit details
Copy full SHA for 03391cb
Browse repository at this point
Commits on Jun 29, 2026
Perform indexer score calculation in a loop over attention heads
ikawrakow
committed
d536359
View commit details
Copy full SHA for d536359
Browse repository at this point
You can’t perform that action at this time.