File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
ext/DifferentiationInterfaceMooncakeExt Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ ForwardDiff = "0.10.36"
62
62
GTPSA = " 1.4.0"
63
63
JuliaFormatter = " 1"
64
64
LinearAlgebra = " <0.0.1,1"
65
- Mooncake = " 0.4.83 "
65
+ Mooncake = " 0.4.88 "
66
66
PolyesterForwardDiff = " 0.1.2"
67
67
ReverseDiff = " 1.15.1"
68
68
SparseArrays = " <0.0.1,1"
Original file line number Diff line number Diff line change @@ -5,14 +5,12 @@ import DifferentiationInterface as DI
5
5
using Mooncake:
6
6
CoDual,
7
7
Config,
8
- primal ,
9
- tangent ,
8
+ prepare_gradient_cache ,
9
+ prepare_pullback_cache ,
10
10
tangent_type,
11
- value_and_pullback!!,
12
11
value_and_gradient!!,
13
- zero_tangent,
14
- prepare_pullback_cache,
15
- Mooncake
12
+ value_and_pullback!!,
13
+ zero_tangent
16
14
17
15
DI. check_available (:: AutoMooncake ) = true
18
16
You can’t perform that action at this time.
0 commit comments