PennyLaneAI / catalyst

A JIT compiler for hybrid quantum programs in PennyLane
https://docs.pennylane.ai/projects/catalyst
Apache License 2.0
122 stars 27 forks source link

Update JAX & MLIR dependency chain to v0.4.28 #931

Closed tzunghanjuang closed 1 month ago

tzunghanjuang commented 1 month ago

Context: We target at 0.4.28 instead of 0.4.30 because many bufferization passes are removed after this llvm commit.

Description of the Change: Mandatory Updates:

Deprecations/Warnings:

Related GitHub Issues: https://github.com/PennyLaneAI/catalyst/issues/863 [sc-67111]

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.93%. Comparing base (d33a2a2) to head (c494836). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #931 +/- ## ========================================== + Coverage 97.90% 97.93% +0.03% ========================================== Files 73 73 Lines 10373 10338 -35 Branches 1186 1170 -16 ========================================== - Hits 10156 10125 -31 + Misses 172 170 -2 + Partials 45 43 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.