-
Notifications
You must be signed in to change notification settings - Fork 72
[pass] Enable DeduplicateInitializersPass #2416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pass] Enable DeduplicateInitializersPass #2416
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2416 +/- ##
==========================================
+ Coverage 69.31% 69.32% +0.01%
==========================================
Files 204 204
Lines 25850 25854 +4
Branches 2694 2696 +2
==========================================
+ Hits 17917 17923 +6
+ Misses 7002 7001 -1
+ Partials 931 930 -1 ☔ View full report in Codecov by Sentry. |
Looks like we need to expose |
But it is, I wonder why even for the onnx-ir-git workflow |
oh. We should switch to import onnx-ir by now |
I thought it was the version of ir. |
No I think it’s because we re exposed the passes under onnxscript ir |
Looks like the pass was not actually added? @titaiwangms |
No description provided.