Skip to content

Commit b5b07a7

Browse files
authored
Add missing changelog for llvm update (#2181)
**Context:** **Description of the Change:** Add missing llvm update change log for #2122 **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:** [sc-100911]
1 parent 2c8eaf0 commit b5b07a7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/releases/changelog-dev.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,21 @@
3333

3434
<h3>Breaking changes 💔</h3>
3535

36+
* (Compiler integrators only) The versions of LLVM/Enzyme/stablehlo used by Catalyst have been
37+
updated. Enzyme now targets `v0.0.203` with the build target `EnzymeStatic-22`, and the nanobind
38+
requirement for the latest LLVM has been updated to version 2.9.
39+
[(#2122)](https://github.com/PennyLaneAI/catalyst/pull/2122)
40+
[(#2174)](https://github.com/PennyLaneAI/catalyst/pull/2174)
41+
[(#2175)](https://github.com/PennyLaneAI/catalyst/pull/2175)
42+
[(#2181)](https://github.com/PennyLaneAI/catalyst/pull/2181)
43+
44+
- The LLVM version has been updated to
45+
[commit 113f01a](https://github.com/llvm/llvm-project/tree/113f01aa82d055410f22a9d03b3468fa68600589).
46+
- The stablehlo version has been updated to
47+
[commit 0a4440a](https://github.com/openxla/stablehlo/commit/0a4440a5c8de45c4f9649bf3eb4913bf3f97da0d).
48+
- The Enzyme version has been updated to
49+
[v0.0.203](https://github.com/EnzymeAD/Enzyme/releases/tag/v0.0.203).
50+
3651
<h3>Deprecations 👋</h3>
3752

3853
<h3>Bug fixes 🐛</h3>

0 commit comments

Comments
 (0)