-
Notifications
You must be signed in to change notification settings - Fork 555
Add canonicalization for aten.add.tensor op #935
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
Add canonicalization for aten.add.tensor op #935
Conversation
Added canonicalization based on the examples below: Example1:
Example2:
After canonicalization, they should look like this:
|
I think it would be helpful to add test in IR here |
@nirvedhmeshram Yes, I will do that, I am still missing to handle this part for now below. Working on it. |
The issue that is being addressed with this PR: #911. |
8bab003
to
837e563
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.
Thanks for this! I have a few comments below
837e563
to
c6c40c5
Compare
c6c40c5
to
45523d6
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.
I just have a couple of small comments, but other than that it LGTM!
45523d6
to
80128df
Compare
80128df
to
0a198ca
Compare
…#935) Signed-off-by: Ettore Tiotto <[email protected]>
This PR is related to issue #911