-
Notifications
You must be signed in to change notification settings - Fork 90
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
skip inner broadcast simplification for layout #3771
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3771 +/- ##
========================================
Coverage 92.28% 92.28%
========================================
Files 519 519
Lines 22227 22228 +1
========================================
+ Hits 20512 20513 +1
Misses 1715 1715 ☔ View full report in Codecov by Sentry. |
I've already added this check to the recently merged PR. |
This build is not recommended to merge 🔴 |
🔴bert_large_uncased_fp16: FAILED: MIGraphX is not within tolerance - check verbose output |
Already in develop branch |
|
This is more of a temporary fix for #3649 since its causing multiple regressions. This simplification does not really make much sense to me with the layout op anyways.
I think the real issue is, should there even be a layout inserted here? Seems wrong that a "layout_convolution" pass is adding an op in a graph that has no convolutions?