-
Notifications
You must be signed in to change notification settings - Fork 555
[MHLO] Init MHLO linear op patterns #1132
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
Conversation
ce88297
to
6f3dfae
Compare
Ready for review @silvasean @ZihengJiang @Vremold @Yancey1989 |
6f3dfae
to
7c1ee6e
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.
Overall LGTM
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.
Should we rename this part to Linear.cpp to align with https://github.com/llvm/torch-mlir/blob/main/lib/Conversion/TorchToLinalg/Linear.cpp
Maybe let's remove all the "Op" suffix in the file names
7c1ee6e
to
8d0e35c
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.
LGTM
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!
Could you also add the file into the bazel build like this? #1148 |
See RFC llvm#999 Co-authored-by: Bairen Yi [email protected] Co-authored-by: Jiawei Wu [email protected] Co-authored-by: Tianyou Guo [email protected] Co-authored-by: Xu Yan [email protected] Co-authored-by: Ziheng Jiang [email protected]
8d0e35c
to
19f6e52
Compare
Thanks! Done. |
Merged. Thanks @fortianyou |
* bump llvm-project to 881ff4e Signed-off-by: Liam Fitzpatrick <[email protected]> Co-authored-by: Alexandre Eichenberger <[email protected]> Co-authored-by: gongsu832 <[email protected]>
See RFC #999
Co-authored-by: Bairen Yi [email protected]
Co-authored-by: Jiawei Wu [email protected]
Co-authored-by: Tianyou Guo [email protected]
Co-authored-by: Xu Yan [email protected]
Co-authored-by: Ziheng Jiang [email protected]