File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
16
16
StatsBase = " 2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
17
17
18
18
[compat ]
19
- ADTypes = " 0.1, 0.2, 1"
19
+ ADTypes = " 1"
20
20
Bijectors = " 0.12.6, 0.13, 0.14, 0.15"
21
21
DifferentiationInterface = " 0.6"
22
22
Distributions = " 0.25"
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
3
3
Bijectors = " 76274a88-744f-5084-9051-94815aaf08c4"
4
4
DifferentiationInterface = " a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
5
5
Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
6
+ Enzyme = " 7da242da-08ed-463a-9acd-ee780be4f1d9"
6
7
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
7
8
Functors = " d9f16b24-f501-4c13-a1f2-28368ffc5196"
8
9
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Original file line number Diff line number Diff line change 13
13
ADTypes. AutoForwardDiff (; chunksize= chunksize),
14
14
ADTypes. AutoForwardDiff (),
15
15
ADTypes. AutoReverseDiff (; compile= false ),
16
+ ADTypes. AutoEnzyme (mode= Enzyme. set_runtime_activity (Enzyme. Reverse)),
16
17
ADTypes. AutoMooncake (; config= Mooncake. Config ()),
17
18
]
18
19
# at = ADTypes.AutoMooncake(; config=Mooncake.Config())
29
30
ADTypes. AutoZygote (),
30
31
ADTypes. AutoForwardDiff (),
31
32
ADTypes. AutoReverseDiff (; compile = false ),
33
+ ADTypes. AutoEnzyme (mode= Enzyme. set_runtime_activity (Enzyme. Reverse)),
32
34
ADTypes. AutoMooncake (; config= Mooncake. Config ()),
33
35
]
34
36
@testset " $T " for T in [Float32, Float64]
You can’t perform that action at this time.
0 commit comments