Closed rauletorresc closed 3 months ago
Attention: Patch coverage is 21.73913%
with 18 lines
in your changes missing coverage. Please review.
Project coverage is 80.99%. Comparing base (
619b807
) to head (ac9d74f
). Report is 83 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...ane_lightning/lightning_kokkos/lightning_kokkos.py | 18.18% | 18 Missing :warning: |
:exclamation: There is a different number of reports uploaded between BASE (619b807) and HEAD (ac9d74f). Click for more details.
HEAD has 89 uploads less than BASE
| Flag | BASE (619b807) | HEAD (ac9d74f) | |------|------|------| ||97|8|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Context: Catalyst is removing the Kokkos plugin from its code base (https://github.com/PennyLaneAI/catalyst/pull/974) and is attempting to use it directly from Lightning. However, the C interface was not provided via Python.
Description of the Change: Implement the C interface provider method in Python.
Benefits: Catalyst can use the Kokkos plugin.