Skip to content

Commit 3c13c4a

Browse files
vgvassilevRoot Persona
authored andcommitted
Bump to v2.0
The new release introduces improvements across both forward and reverse automatic differentiation modes, including the adoption of static scheduling by default and expanded support for custom derivatives, such as those involving STL containers and iterators. The release enhances compatibility with Clang versions 10 through 20 and extends support for CUDA through updated tape handling. Additional updates include improved error diagnostics, support for more complex object types, and infrastructure for benchmarking.
1 parent 59fe111 commit 3c13c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/plugins/clad/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if (DEFINED CLAD_SOURCE_DIR)
7474
list(APPEND _clad_extra_settings SOURCE_DIR ${CLAD_SOURCE_DIR})
7575
else()
7676
list(APPEND _clad_extra_settings GIT_REPOSITORY https://github.com/vgvassilev/clad.git)
77-
list(APPEND _clad_extra_settings GIT_TAG v1.10)
77+
list(APPEND _clad_extra_settings GIT_TAG v2.0)
7878
endif()
7979

8080
#list(APPEND _clad_patches_list "patch1.patch" "patch2.patch")

0 commit comments

Comments
 (0)