File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15
15
ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267"
16
16
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
17
17
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
18
+
19
+ [compat ]
20
+ Mooncake = " 0.4.101"
Original file line number Diff line number Diff line change 29
29
ADTypes. AutoForwardDiff (),
30
30
ADTypes. AutoReverseDiff (; compile = false ),
31
31
ADTypes. AutoEnzyme (mode= Enzyme. set_runtime_activity (Enzyme. Reverse)),
32
- # ADTypes.AutoMooncake(; config=Mooncake.Config()),
32
+ ADTypes. AutoMooncake (; config= Mooncake. Config ()),
33
33
]
34
34
@testset " $T " for T in [Float32, Float64]
35
35
μ = 10 * ones (T, 2 )
Original file line number Diff line number Diff line change 6
6
ADTypes. AutoForwardDiff (),
7
7
ADTypes. AutoReverseDiff (),
8
8
ADTypes. AutoEnzyme (mode= Enzyme. set_runtime_activity (Enzyme. Reverse)),
9
- # ADTypes.AutoMooncake(; config = Mooncake.Config()), # somehow Mooncake does not work with Float64
9
+ ADTypes. AutoMooncake (; config = Mooncake. Config ()),
10
10
]
11
11
@testset " $T " for T in [Float32, Float64]
12
12
μ = 10 * ones (T, 2 )
67
67
# ADTypes.AutoForwardDiff(),
68
68
# ADTypes.AutoReverseDiff(),
69
69
# ADTypes.AutoEnzyme(mode=Enzyme.set_runtime_activity(Enzyme.Reverse)),
70
- # # ADTypes.AutoMooncake(; config = Mooncake.Config()), # somehow Mooncake does not work with Float64
70
+ # ADTypes.AutoMooncake(; config = Mooncake.Config()), # somehow Mooncake does not work with Float64
71
71
# ]
72
72
# @testset "$T" for T in [Float32, Float64]
73
73
# μ = 10 * ones(T, 2)
You can’t perform that action at this time.
0 commit comments