-
Notifications
You must be signed in to change notification settings - Fork 89
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
Simplify select_module
after simplify_dyn_ops
pass
#2714
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2714 +/- ##
===========================================
+ Coverage 91.51% 91.53% +0.02%
===========================================
Files 468 468
Lines 17599 17659 +60
===========================================
+ Hits 16105 16165 +60
Misses 1494 1494 ☔ View full report in Codecov by Sentry. |
We cant update |
We could if we use |
This build is not recommended to merge 🔴 |
🔴bert_large_uncased_fp16: FAILED: MIGraphX is not within tolerance - check verbose output |
… into simplify_select_module
Keeping this PR for now and pushing back the refactor to pass_manager for a later date. Tracking the pass_manager refactor as issue #2714 . |
output_dyn_shapes
attribute forselect_module
operators after the rest ofsimplify_dyn_ops
.Resize
operator can output{0, max_int}
dynamic dimensions, but will be simplified for dynamic batch to a static shape.