Skip to content

Commit 4b34122

Browse files
committed
Annouce clad v1.10
1 parent 2b615b5 commit 4b34122

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

_data/releases.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- date: 2025-04-26
2+
codebase: "Clad"
3+
version: "v1.10"
4+
description: |
5+
This release introduces significant updates, including support for clang
6+
versions 10 through 20 and improved diagnostics for unsupported features.
7+
Forward mode now handles variadic functions, while reverse mode sees major
8+
enhancements like marking const methods as non-differentiable, enabling
9+
differentiation of global variables and static member functions, generating
10+
constructor pullbacks automatically, and reducing tape usage through
11+
optimizations. CUDA support has been expanded with better handling of
12+
device pullbacks and kernel variables.
13+
link: "https://github.com/vgvassilev/clad/releases/tag/v1.10"
14+
115
- date: 2025-02-28
216
codebase: "CppInterOp"
317
version: "v1.6.0"

0 commit comments

Comments
 (0)