Closed erick-xanadu closed 2 weeks ago
Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md
on your branch with:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.95%. Comparing base (
75dc517
) to head (94e6713
). Report is 7 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
https://github.com/PennyLaneAI/catalyst/actions/runs/11729023698 these wheels do not contain zstd. The cache must be purged for this change to take effect.
What was the reason to set it to FORCE_ON
?
Do we know the size difference of the wheels with this change?
@mlxd : Looks like just 1 MB. It could have been more if we removed both zlib and zstd. But keeping zlib makes the difference very small.
Context: We do not want to ship zstd.
Description of the Change: Removes zstd from LLVM build process.
Benefits: No zstd.
Possible Drawbacks: Possibly our bytecode takes more space.
Related GitHub Issues:
We will need to remove all caches for this change to take into effect.