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
.
ggml-org
/
llama.cpp
Public
Notifications
You must be signed in to change notification settings
Fork
22.8k
Star
127k
Code
Issues
903
Pull requests
1.5k
Discussions
Actions
Projects
Wiki
Security and quality
13
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
metal : dequantize quantized KV to F16 before flash attention
- #27390
#27390
Merged
ggerganov
merged 9 commits into
master
ggml-org/llama.cpp:master
from
gg/metal-fa-q-f16
ggml-org/llama.cpp:gg/metal-fa-q-f16
Copy head branch name to clipboard
Aug 20, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
metal : dequantize quantized KV to F16 before flash attention
#27390
ggerganov
merged 9 commits into
master
ggml-org/llama.cpp:master
from
gg/metal-fa-q-f16
ggml-org/llama.cpp:gg/metal-fa-q-f16
Copy head branch name to clipboard
Commits
Commits on Aug 19, 2026
metal: dequantize q8_0 KV to f16 before flash attention
Show description for 5d6b00b
ggerganov
committed
5d6b00b
View commit details
Copy full SHA for 5d6b00b
Browse repository at this point
metal : launch the FA KV dequant kernel separately for K and V
Show description for ad615b6
ggerganov
committed
ad615b6
View commit details
Copy full SHA for ad615b6
Browse repository at this point
metal : dequantize q4_0, q4_1, q5_0 and q5_1 KV to f16 before flash attention
Show description for 74c13ee
ggerganov
committed
74c13ee
View commit details
Copy full SHA for 74c13ee
Browse repository at this point
metal : skip the redundant V dequant when V is a view of K
Show description for cd644cf
ggerganov
committed
cd644cf
View commit details
Copy full SHA for cd644cf
Browse repository at this point
test : remove backend-specific wording from test-backend-ops comments
Show description for 34ad8da
ggerganov
committed
34ad8da
View commit details
Copy full SHA for 34ad8da
Browse repository at this point
pi : avoid backend mentions in test-backend-ops comments
Show description for 275768f
ggerganov
committed
275768f
View commit details
Copy full SHA for 275768f
Browse repository at this point
metal : rename the FA dequant_f16 identifiers to kv_f16
Show description for 101428b
ggerganov
committed
101428b
View commit details
Copy full SHA for 101428b
Browse repository at this point
Commits on Aug 20, 2026
cont : clean-up
ggerganov
committed
ca1ca2f
View commit details
Copy full SHA for ca1ca2f
Browse repository at this point
cont : remove TODO
Show description for 7daa467
ggerganov
committed
7daa467
View commit details
Copy full SHA for 7daa467
Browse repository at this point
You can’t perform that action at this time.