-
Notifications
You must be signed in to change notification settings - Fork 59
feat: add graph visualization for structured programs #2216
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: migrate-unified-compiler
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## migrate-unified-compiler #2216 +/- ##
===========================================================
Coverage ? 97.66%
===========================================================
Files ? 93
Lines ? 10899
Branches ? 1039
===========================================================
Hits ? 10645
Misses ? 195
Partials ? 59 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…rete subclass (#2213) Copied over what was in PennyLaneAI/pennylane#8626. [sc-103457] [sc-103456] --------- Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
…2229) Main goal of this PR was to add properties to help probe the inner structure of the DAG. This PR also does, - minor clean-up w.r.t naming and formatting - adds validation to add_* methods [sc-103457] [sc-103456] --------- Co-authored-by: Mudit Pandey <18223836+mudit2812@users.noreply.github.com> Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
|
|
||
| <h3>New features since last release</h3> | ||
|
|
||
| * Compiled programs can be visualized. |
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 entry should probably be significantly more descriptive since it's a pretty big new feature
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.
Yeah - just a place holder for now 😄
This utility is used to traverse the IR and then use the DAGBuilder to generate a DAG to be visualized. [sc-103458] --------- Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com> Co-authored-by: Mudit Pandey <18223836+mudit2812@users.noreply.github.com>
Base branch for feature.