-
Notifications
You must be signed in to change notification settings - Fork 126
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
Chlo decompose patterns #1984
Chlo decompose patterns #1984
Conversation
Here's some more trivia, should I fix them?
|
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 upstreaming these passes!! 🚀
Minor feedback on file renaming / pass naming, and lets split off the canonicalize pass to a separate PR and give it a simple test point to make sure its working, keep this PR specific to CHLO decomposition. I can add more tests once these are submitted.
As mentioned above, lets split canonicalize to a separate PR. Then yes, it would be great to fix these if they're simple. |
Looks like we need to address those compilation warnings you mentioned to get CI working. If you can get CMakeBuild working, I'll send you a patch to make the Bazel CI work. Holding off on sending that patch until existing feedback is addressed / CMake is working to avoid any merge conflicts. |
ok,It may be a little late to address this problem,I read the error reported by ci and I know what the problem is. |
2c69e6c
to
887d8b6
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! Thanks again for doing this! I'll add some extra test cases and might so some additional refactoring as I start trying to integrate this pass elsewhere. In the near future I plan to migrate the CHLO->MHLO
pass to use CHLO->StableHLO->MHLO
, this PR was an important first step. 🚀
I appreciate everything you do. I hope to continue working together in the future 😉. |
I had added Chlo conversion to Stablehlo pass, and Canonicalize @GleasonK .