-
Notifications
You must be signed in to change notification settings - Fork 610
[Torch Dialect] Allow simplification of shape calculations of aten.tile, col2im, aten.stft #3785
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
[Torch Dialect] Allow simplification of shape calculations of aten.tile, col2im, aten.stft #3785
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.
Thanks! A small change and I think this is 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.
A small nitpick if you think it would look better. If you like the folder as-is, I don't have any complaints and we can merge as-is.
Might also need to re-run the |
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.
LGTM
aten.mul.left_t
(+ canonicalizer) to allow simplification of aten.tile.aten.add.t
) for its simplification.aten.eq.bool
( + folder) to allow simplification of aten.stft.