Skip to content
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

Merged
merged 2 commits into from
Mar 1, 2021
Merged

Conversation

ThomasLoke
Copy link
Contributor

@ThomasLoke ThomasLoke commented Feb 28, 2021

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.

@codecov
Copy link

codecov bot commented Feb 28, 2021

Codecov Report

Merging #68 (b89df8a) into master (4d182bc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4d182bc...86cb383. Read the comment docs.

Copy link
Contributor

@antalszava antalszava left a 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? 🙂

Comment on lines +9 to +23
* 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎊

@trbromley trbromley merged commit 7ce6aca into PennyLaneAI:master Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants