-
Notifications
You must be signed in to change notification settings - Fork 58
Use transform pass name #2206
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
base: pass-pipeline-transform-program
Are you sure you want to change the base?
Use transform pass name #2206
Conversation
| """ | ||
|
|
||
| if fn.mlir_module is not None: |
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.
Just switching to using a guard clause here. No actual code changes, but made it easier to scan the source code and see what was happening.
|
Hello. You may have forgotten to update the changelog!
|
|
Did you accidentally commit the intermediates? 😅 |
looks like yes ... |
Context:
In #2149 I'm integrating transforms with passes names with the infrastructure so that we can replace the Catalyst
Passinstracture with a unified transform handling ecosystem.In order to test this integration, I'm just switching the passes over to use the transform instructure.
Description of the Change:
Benefits:
Possible Drawbacks:
Related GitHub Issues: