Conversation
|
Hello. You may have forgotten to update the changelog!
|
dwierichs
left a comment
There was a problem hiding this comment.
LGTM, does it make sense to add a test?
Please add a changelog as well :)
Sure, they are updated in this commit: 91419e4 |
|
Catalyst wheels is currently blocked by something unrelated, let;s wait until that is resolved, so we can publish new catalyst wheels, and this PR can track that new catalyst version. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9328 +/- ##
=======================================
Coverage 99.44% 99.44%
=======================================
Files 610 610
Lines 66809 66809
=======================================
+ Hits 66436 66437 +1
+ Misses 373 372 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
**Context:** Due to the circular dependency between Pennylane and Catalyst, we added xfails on `fixed work wire type`'s tests to merge the following two PRs. Now, both PRs have been merged, we're good to remove these XFails from our tests. PennyLaneAI/pennylane#9328 #2710 **Description of the Change:** Remove xfails **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:** [sc-116955] [sc-116989]
**Context:** The `work_wire_type` is missing for the path (compiler activate) that passing to the `catalyst.ctrl`. **Description of the Change:** Add the parameter. And it requires the corresponding change added to catalyst. PennyLaneAI/catalyst#2710 **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:** [sc-116955] [sc-116989]
Context:
The
work_wire_typeis missing for the path (compiler activate) that passing to thecatalyst.ctrl.Description of the Change:
Add the parameter.
And it requires the corresponding change added to catalyst.
PennyLaneAI/catalyst#2710
Benefits:
Possible Drawbacks:
Related GitHub Issues:
[sc-116955]
[sc-116989]