-
Notifications
You must be signed in to change notification settings - Fork 705
remove excess copies in QuantumScript.copy #8406
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v0.43.0-rc0 #8406 +/- ##
==============================================
Coverage ? 99.42%
==============================================
Files ? 584
Lines ? 61241
Branches ? 0
==============================================
Hits ? 60890
Misses ? 351
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Looks good, performance in the benchmark suite seems to be improved!
Context:
A performance regression was found to have occured when we added dynamic wire allocation to the device preprocessing.
Description of the Change:
Improves the performance of
resolve_dynamic_wires
.Benefits:
Possible Drawbacks:
Related GitHub Issues:
[sc-100956]