Closed LuisAlfredoNu closed 2 months ago
Hello. You may have forgotten to update the changelog! Please edit .github/CHANGELOG.md with:
Attention: Patch coverage is 9.63855%
with 75 lines
in your changes missing coverage. Please review.
Project coverage is 56.16%. Comparing base (
a7c4b09
) to head (f63a234
). Report is 1 commits behind head on gpuNewAPI_backend.
Files with missing lines | Patch % | Lines |
---|---|---|
pennylane_lightning/lightning_gpu/lightning_gpu.py | 9.63% | 75 Missing :warning: |
:exclamation: There is a different number of reports uploaded between BASE (a7c4b09) and HEAD (f63a234). Click for more details.
HEAD has 3 uploads less than BASE
| Flag | BASE (a7c4b09) | HEAD (f63a234) | |------|------|------| ||9|6|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Before submitting
Please complete the following checklist when submitting a PR:
[X] All new features must include a unit test. If you've fixed a bug or added code that should be tested, add a test to the
tests
directory![X] All new functions and code must be clearly commented and documented. If you do make documentation changes, make sure that the docs build and render correctly by running
make docs
.[X] Ensure that the test suite passes, by running
make test
.[ ] Add a new entry to the
.github/CHANGELOG.md
file, summarizing the change, and including a link back to the PR.[X] Ensure that code is properly formatted by running
make format
.When all the above are checked, delete everything above the dashed line and fill in the pull request template.
Context: Migrate LightningGPU to the new device API
Description of the Change: Add all the functionality of the new device API to LGPU.
Benefits:
Possible Drawbacks:
Related GitHub Issues:
Freezzed PR :warning: :snowflake:
To make a smooth integration of LightningGPU with the new device API, we set the branch
gpuNewAPI_backend
as the base branch target for future developments related to this big task.The branch
gpuNewAPI_backend
has the mock of all classes and methods necessary for the new API. Also, several tests were disabled withHowever, these tests will unblocked as the implementation progresses.
After all the developments for integrating LightningGPU with the new API have been completed then the PR will be open to merge to
master
[sc-70946]