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 }}
enthropy7
/
YSCV
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
49
Code
Issues
5
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
optimizer rework
- #25
#25
Closed
Human9000-bit
wants to merge 25 commits into
main
enthropy7/YSCV:main
from
onnx-optimizer-ir
enthropy7/YSCV:onnx-optimizer-ir
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
optimizer rework
#25
Human9000-bit
wants to merge 25 commits into
main
enthropy7/YSCV:main
from
onnx-optimizer-ir
enthropy7/YSCV:onnx-optimizer-ir
Copy head branch name to clipboard
Commits
Commits on Aug 7, 2026
onnx: numerical-equivalence harness for graph transformations
Show description for ce5c760
Human9000-bit
committed
ce5c760
View commit details
Copy full SHA for ce5c760
Browse repository at this point
onnx: def-use IR and pass driver for the optimizer
Show description for 2faeb6f
Human9000-bit
committed
2faeb6f
View commit details
Copy full SHA for 2faeb6f
Browse repository at this point
onnx: port activation fusion to the IR, keep the Conv_Relu op
Show description for 12f5dd1
Human9000-bit
committed
12f5dd1
View commit details
Copy full SHA for 12f5dd1
Browse repository at this point
onnx: port node reordering to the IR
Show description for c71bbab
Human9000-bit
committed
c71bbab
View commit details
Copy full SHA for c71bbab
Browse repository at this point
onnx: port Conv+BatchNormalization folding to the IR
Show description for c050f0c
Human9000-bit
committed
c050f0c
View commit details
Copy full SHA for c050f0c
Browse repository at this point
onnx: port Conv+Mul and Conv+Add const folding, fix the broadcast rule
Show description for cbaac3b
Human9000-bit
committed
cbaac3b
View commit details
Copy full SHA for cbaac3b
Browse repository at this point
onnx: fold constants without building a session per node
Show description for 7f6f42b
Human9000-bit
committed
7f6f42b
View commit details
Copy full SHA for 7f6f42b
Browse repository at this point
onnx: intern operator attribute names as an enum
Show description for d926f2b
Human9000-bit
committed
d926f2b
View commit details
Copy full SHA for d926f2b
Browse repository at this point
onnx: move the execution plan out of loader/ into plan/
Show description for af520af
Human9000-bit
committed
af520af
View commit details
Copy full SHA for af520af
Browse repository at this point
plan: split slot assignment and conv-param resolution out of the builder
Show description for df908e0
Human9000-bit
committed
df908e0
View commit details
Copy full SHA for df908e0
Browse repository at this point
onnx: read the hot-path tuning switches once, not per node
Show description for 9db0acd
Human9000-bit
committed
9db0acd
View commit details
Copy full SHA for 9db0acd
Browse repository at this point
plan: match DW+PW and PW+DW fusions by dataflow, not adjacency
Show description for 410e046
Human9000-bit
committed
410e046
View commit details
Copy full SHA for 410e046
Browse repository at this point
plan: match Conv+Add residual fusion by dataflow, not adjacency
Show description for a62cede
Human9000-bit
committed
a62cede
View commit details
Copy full SHA for a62cede
Browse repository at this point
plan: stop truncating the plan at the DW+PW back-off
Show description for 0977deb
Human9000-bit
committed
0977deb
View commit details
Copy full SHA for 0977deb
Browse repository at this point
plan: match the quantized chains by dataflow, not adjacency
Show description for b5c0cca
Human9000-bit
committed
b5c0cca
View commit details
Copy full SHA for b5c0cca
Browse repository at this point
plan: assert the execution plan holds one action per node
Show description for 7d39e13
Human9000-bit
committed
7d39e13
View commit details
Copy full SHA for 7d39e13
Browse repository at this point
plan: only fuse Conv+Add into the later producer of the residual
Show description for 855ccdc
Human9000-bit
committed
855ccdc
View commit details
Copy full SHA for 855ccdc
Browse repository at this point
plan: resolve the NCHWc handoff at load time
Show description for 39cf43b
Human9000-bit
committed
39cf43b
View commit details
Copy full SHA for 39cf43b
Browse repository at this point
plan: match the PW_expand+DW+PW_reduce merge by dataflow too
Show description for 4b6d602
Human9000-bit
committed
4b6d602
View commit details
Copy full SHA for 4b6d602
Browse repository at this point
plan: resolve the Conv kernel entry point at load time
Show description for fa1456a
Human9000-bit
committed
fa1456a
View commit details
Copy full SHA for fa1456a
Browse repository at this point
conv: dispatch on the resolved kernel, not on re-derived predicates
Show description for ac2dc17
Human9000-bit
committed
ac2dc17
View commit details
Copy full SHA for ac2dc17
Browse repository at this point
plan: stop the PW-reduce merge from dropping its residual Add
Show description for d0257f9
Human9000-bit
committed
d0257f9
View commit details
Copy full SHA for d0257f9
Browse repository at this point
plan: cover the four untested actions, fixing two bugs they exposed
Show description for 697c780
Human9000-bit
committed
697c780
View commit details
Copy full SHA for 697c780
Browse repository at this point
docs: correct the optimizer docs that describe the pre-IR world
Show description for f041585
Human9000-bit
committed
f041585
View commit details
Copy full SHA for f041585
Browse repository at this point
tests: one lock for the process environment, held for whole tests
Show description for 696f43f
Human9000-bit
committed
696f43f
View commit details
Copy full SHA for 696f43f
Browse repository at this point
You can’t perform that action at this time.