-
Notifications
You must be signed in to change notification settings - Fork 58
Add PLModulePass to abstract away low-level details of xDSL's ModulePass
#2211
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: main
Are you sure you want to change the base?
Conversation
…neAI/catalyst into migrate-unified-compiler
…_in_dim verify methods
PLModulePass
**Context:** Migrates the `chore/xdsl-utils` branch from PennyLane. **Description of the Change:** Renames the visualization module to inspection and improves several xDSL parsing utilities within the python interface. **Benefits:** Simplifies and augments existing utility functions within the ~visualization~ inspection module **Possible Drawbacks:** **Related GitHub Issues:** [sc-104851]
…neAI/catalyst into migrate-unified-compiler
| # xdsl.pattern_rewriter.op_type_rewrite_pattern was used as a reference to | ||
| # implement the type hint collection. Source: | ||
| # https://github.com/xdslproject/xdsl/blob/main/xdsl/pattern_rewriter.py |
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.
xDSL uses the Apache 2.0 license, so this should be fine, right? The functionality mentioned in this comment is not something that does anything actually related to xDSL or compilation either.
|
Hello. You may have forgotten to update the changelog!
|
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.
This file will be removed before merging the PR.
PLModulePassPLModulePass to abstract away low-level details of xDSL's ModulePass
Duplicate of PennyLaneAI/pennylane#8617
[sc-103609]