-
Notifications
You must be signed in to change notification settings - Fork 615
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
[Capture] JIT entire workflows with default qubit #6655
Conversation
…AI/pennylane into plxpr-interpreter-base
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6655 +/- ##
=======================================
Coverage 99.64% 99.64%
=======================================
Files 467 467
Lines 44166 44170 +4
=======================================
+ Hits 44010 44014 +4
Misses 156 156 ☔ View full report in Codecov by Sentry. |
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!
Co-authored-by: lillian542 <[email protected]>
Context:
When messing around with #6596, I realized we weren't able to jit the full workflow even though the device execution itself can still be jitted. I needed to register the mlir lowering to just be the lowering of the implementation function.
Description of the Change:
Benefits:
Possible Drawbacks:
Related GitHub Issues:
[sc-79566]