-
Notifications
You must be signed in to change notification settings - Fork 39
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
Re-add dispatch table #68
Conversation
Codecov Report
@@ Coverage Diff @@
## master #68 +/- ##
=======================================
Coverage 62.80% 62.80%
=======================================
Files 5 5
Lines 121 121
=======================================
Hits 76 76
Misses 45 45 Continue to review full report at Codecov.
|
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 to me! 💯 Thanks for resubmitting @ThomasLoke! 🙂
Could you also update the changelog file by adding a small description for #57 and this PR and adding yourself as a contributor to the latest release? 🙂
* Add new lightweight backend with performance improvements | ||
[(#57)](https://github.com/PennyLaneAI/pennylane-lightning/pull/57) | ||
|
||
### Documentation | ||
|
||
### Bug fixes | ||
|
||
* Re-add dispatch table after fixing static initialisation order issue | ||
[(#68)](https://github.com/PennyLaneAI/pennylane-lightning/pull/68) | ||
|
||
### Contributors | ||
|
||
This release contains contributions from (in alphabetical order): | ||
|
||
Thomas Loke |
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.
🎊
I'm guessing that the problem was the static initialisation order not being guaranteed in different translation units, so I've just merged the two translation units.