We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58605dc commit 98e6e5fCopy full SHA for 98e6e5f
2 files changed
DifferentiationInterface/Project.toml
@@ -62,7 +62,7 @@ ForwardDiff = "0.10.36"
62
GTPSA = "1.4.0"
63
JuliaFormatter = "1"
64
LinearAlgebra = "<0.0.1,1"
65
-Mooncake = "0.4.83"
+Mooncake = "0.4.88"
66
PolyesterForwardDiff = "0.1.2"
67
ReverseDiff = "1.15.1"
68
SparseArrays = "<0.0.1,1"
DifferentiationInterface/ext/DifferentiationInterfaceMooncakeExt/DifferentiationInterfaceMooncakeExt.jl
@@ -5,14 +5,12 @@ import DifferentiationInterface as DI
5
using Mooncake:
6
CoDual,
7
Config,
8
- primal,
9
- tangent,
+ prepare_gradient_cache,
+ prepare_pullback_cache,
10
tangent_type,
11
- value_and_pullback!!,
12
value_and_gradient!!,
13
- zero_tangent,
14
- prepare_pullback_cache,
15
- Mooncake
+ value_and_pullback!!,
+ zero_tangent
16
17
DI.check_available(::AutoMooncake) = true
18
0 commit comments