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 }}
RedisAI
/
VectorSimilarity
Public
Notifications
You must be signed in to change notification settings
Fork
35
Star
55
Code
Issues
4
Pull requests
52
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[MOD-17925] SIMD dispatch: declarative ISA manifest, with the SQ8_FP32 pilot
- #1023
#1023
Draft
dor-forer
wants to merge 15 commits into
main
RedisAI/VectorSimilarity:main
from
simd-dispatch-pilot
RedisAI/VectorSimilarity:simd-dispatch-pilot
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Draft
[MOD-17925] SIMD dispatch: declarative ISA manifest, with the SQ8_FP32 pilot
#1023
dor-forer
wants to merge 15 commits into
main
RedisAI/VectorSimilarity:main
from
simd-dispatch-pilot
RedisAI/VectorSimilarity:simd-dispatch-pilot
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2026
Split the NEON half-precision tier into NEON_HP and NEON_FHM
Show description for 2e7aa6c
dor-forer
committed
2e7aa6c
View commit details
Copy full SHA for 2e7aa6c
Browse repository at this point
Give ARM kernel instantiations tier-local linkage
Show description for 246dd13
dor-forer
committed
246dd13
View commit details
Copy full SHA for 246dd13
Browse repository at this point
Mirror the NEON_FHM dispatch predicate in its unit-test guards
Show description for 0d42fb4
dor-forer
committed
0d42fb4
View commit details
Copy full SHA for 0d42fb4
Browse repository at this point
Gate the AVX512 VNNI tier on avx512vl at every call site
Show description for 9963f92
dor-forer
committed
9963f92
View commit details
Copy full SHA for 9963f92
Browse repository at this point
Gate test and benchmark ARM sources on the target CPU, not the host
Show description for 25b6178
dor-forer
committed
25b6178
View commit details
Copy full SHA for 25b6178
Browse repository at this point
Intersect an injected CPU-feature mask with the detected hardware
Show description for 1e3793d
dor-forer
committed
1e3793d
View commit details
Copy full SHA for 1e3793d
Browse repository at this point
Enforce the conservative architecture baseline for the scalar fallback
Show description for d7ac9f0
dor-forer
committed
d7ac9f0
View commit details
Copy full SHA for d7ac9f0
Browse repository at this point
Address review findings on the baseline guard and mask intersection
Show description for fa93731
dor-forer
committed
fa93731
View commit details
Copy full SHA for fa93731
Browse repository at this point
Fail closed on the baseline probe and refuse explicit ISA feature flags
Show description for 8e71421
dor-forer
committed
8e71421
View commit details
Copy full SHA for 8e71421
Browse repository at this point
Accumulate the float16 SIMD kernels in fp32 on x86 and ARM
Show description for bd65260
dor-forer
committed
bd65260
View commit details
Copy full SHA for bd65260
Browse repository at this point
Commits on Aug 23, 2026
Add the ISA feature and tier manifests
Show description for 57cba15
dor-forer
committed
57cba15
View commit details
Copy full SHA for 57cba15
Browse repository at this point
Parse the ISA manifests in CMake and derive each tier's compile flags
Show description for 37f9a7b
dor-forer
committed
37f9a7b
View commit details
Copy full SHA for 37f9a7b
Browse repository at this point
Expose manifest-derived tier availability to the C++ side
Show description for abc4c61
dor-forer
committed
abc4c61
View commit details
Copy full SHA for abc4c61
Browse repository at this point
Add TierInfo, the C++ view of the ISA manifests
Show description for 2f8809b
dor-forer
committed
2f8809b
View commit details
Copy full SHA for 2f8809b
Browse repository at this point
Add the Kernel and TypePolicy traits, and populate them for SQ8_FP32
Show description for 9504bda
dor-forer
committed
9504bda
View commit details
Copy full SHA for 9504bda
Browse repository at this point
You can’t perform that action at this time.