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 }}
dimforge
/
vortx
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
23
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: import and extend ML kernels from inferi
- #11
#11
Merged
sebcrozet
merged 13 commits into
main
dimforge/vortx:main
from
upstream-prs
dimforge/vortx:upstream-prs
Copy head branch name to clipboard
Aug 27, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
feat: import and extend ML kernels from inferi
#11
sebcrozet
merged 13 commits into
main
dimforge/vortx:main
from
upstream-prs
dimforge/vortx:upstream-prs
Copy head branch name to clipboard
Commits
Commits on Aug 26, 2026
feat: move inferi shaders into an optional ml module for vortx
sebcrozet
committed
6aecbf9
View commit details
Copy full SHA for 6aecbf9
Browse repository at this point
Commits on Aug 27, 2026
chore: cargo fmt
sebcrozet
committed
514eb35
View commit details
Copy full SHA for 514eb35
Browse repository at this point
feat(ml): add tanh activation + Adam optimizer GPU ops
Show description for 115504c
sebcrozet
and
haixuanTao
committed
115504c
View commit details
Copy full SHA for 115504c
Browse repository at this point
refactor(ml): move the tanh-backward + Adam kernels into vortx::ml and drop the duplicated tanh forward
Show description for fd94b78
sebcrozet
committed
fd94b78
View commit details
Copy full SHA for fd94b78
Browse repository at this point
feat(ml): add ELU activation GPU ops (fwd/backward/vec4)
Show description for e9f89f8
sebcrozet
and
haixuanTao
committed
e9f89f8
View commit details
Copy full SHA for e9f89f8
Browse repository at this point
refactor(ml): keep only the ELU backward pass, the forward is already UnaryOp::Elu
Show description for d074535
sebcrozet
committed
d074535
View commit details
Copy full SHA for d074535
Browse repository at this point
feat(ml): add PPO loss-gradient GPU kernels
Show description for 3b8b06b
sebcrozet
and
haixuanTao
committed
3b8b06b
View commit details
Copy full SHA for 3b8b06b
Browse repository at this point
refactor(ml): wire the PPO kernels to vortx::ml and use StepRng for uniform control flow
Show description for e3b30c1
sebcrozet
committed
e3b30c1
View commit details
Copy full SHA for e3b30c1
Browse repository at this point
perf(linalg): vec4 GEMM (compute-FMA inner loop + vec4 global-load variant)
Show description for 2a5ad2d
sebcrozet
and
haixuanTao
committed
2a5ad2d
View commit details
Copy full SHA for 2a5ad2d
Browse repository at this point
perf(linalg): keep the vec4 FMA inner loop, drop the unmeasured vec4 global-load GEMM variant
Show description for 7f46b2d
sebcrozet
committed
7f46b2d
View commit details
Copy full SHA for 7f46b2d
Browse repository at this point
feat(ml): gpu_ppo_stage_batch, building the PPO minibatch on device
sebcrozet
committed
71f7cb1
View commit details
Copy full SHA for 71f7cb1
Browse repository at this point
chore(ml): comment cleanups
sebcrozet
committed
eb1d7d0
View commit details
Copy full SHA for eb1d7d0
Browse repository at this point
chore: CI fixes
sebcrozet
committed
bb38a3d
View commit details
Copy full SHA for bb38a3d
Browse repository at this point
You can’t perform that action at this time.