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 }}
SKaiNET-developers
/
SKaiNET
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
50
Code
Issues
65
Pull requests
7
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Gemma 4 engine gaps: gemma4 registries, KernelDispatch self-heal, and dense FP32 matmul (fixes #1220)
- #1221
#1221
Merged
michalharakal
merged 8 commits into
develop
SKaiNET-developers/SKaiNET:develop
from
fix/gemma4-registries-and-fp32-kernels
SKaiNET-developers/SKaiNET:fix/gemma4-registries-and-fp32-kernels
Copy head branch name to clipboard
Aug 31, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
Gemma 4 engine gaps: gemma4 registries, KernelDispatch self-heal, and dense FP32 matmul (fixes #1220)
#1221
michalharakal
merged 8 commits into
develop
SKaiNET-developers/SKaiNET:develop
from
fix/gemma4-registries-and-fp32-kernels
SKaiNET-developers/SKaiNET:fix/gemma4-registries-and-fp32-kernels
Copy head branch name to clipboard
Commits
Commits on Aug 30, 2026
fix(io,backend): gemma4 tokenizer/arch registry, streaming decodeToken, observable dispatch fallback
Show description for 220c77d
michalharakal
and
claude
committed
220c77d
View commit details
Copy full SHA for 220c77d
Browse repository at this point
Commits on Aug 31, 2026
feat(kernel): KernelDispatch self-heals via a discoverable ViewKernelPack SPI
Show description for 3734006
michalharakal
and
claude
committed
3734006
View commit details
Copy full SHA for 3734006
Browse repository at this point
perf(cpu): cache the dense weight transpose, and land it where the fast kernels can read it
Show description for 8d4456f
michalharakal
and
claude
committed
8d4456f
View commit details
Copy full SHA for 8d4456f
Browse repository at this point
perf(cpu): serve small dense FP32 matmuls directly — the tiled kernel is overhead-bound there
Show description for 558a31a
michalharakal
and
claude
committed
558a31a
View commit details
Copy full SHA for 558a31a
Browse repository at this point
docs(kernel): record why small dense FP32 matmuls bypass the native kernel
Show description for 019c664
michalharakal
and
claude
committed
019c664
View commit details
Copy full SHA for 019c664
Browse repository at this point
test(kernel): benchmark the FP32/BF16/FP16 matmul kernels at decode shape
Show description for b840530
michalharakal
and
claude
committed
b840530
View commit details
Copy full SHA for b840530
Browse repository at this point
perf(kernel): PanamaVectorMatmulKernel was slower than scalar at m=1 — add a GEMV path
Show description for a63d0e2
michalharakal
and
claude
committed
a63d0e2
View commit details
Copy full SHA for a63d0e2
Browse repository at this point
fix(build): androidMain cannot see KernelServiceLoader; keep the transpose cache private
Show description for 8f3fe16
michalharakal
and
claude
committed
8f3fe16
View commit details
Copy full SHA for 8f3fe16
Browse repository at this point
You can’t perform that action at this time.