-
Notifications
You must be signed in to change notification settings - Fork 350
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
feat: support conv dynamo converter #2252
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to have this converter in Dynamo. Made some suggestions for fixes from issues encountered in the FX path.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a small comment on the changes to the FX directory. After that, just needs a rebase and should be good to go!
adc7295
to
17003c4
Compare
Thanks! rebased! |
fix a squeeze bug minor fix and issue pytorch#2185 add conv validator
cd734eb
to
0644709
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See below comments on calling convention for converters, then should be good to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Approved, pending CI
Description
Support conv dynamo converter.
Fixes #2250, #2185
Type of change
Checklist: