We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0390f7 commit 3b40c33Copy full SHA for 3b40c33
test/ad.jl
@@ -12,7 +12,7 @@
12
ADTypes.AutoZygote(),
13
ADTypes.AutoForwardDiff(; chunksize=chunksize),
14
ADTypes.AutoForwardDiff(),
15
- ADTypes.AutoReverseDiff(; false),
+ ADTypes.AutoReverseDiff(; compile=false),
16
ADTypes.AutoMooncake(; config=Mooncake.Config()),
17
]
18
at = ADTypes.AutoMooncake(; config=Mooncake.Config())
@@ -28,7 +28,7 @@ end
28
@testset "$at" for at in [
29
30
31
+ ADTypes.AutoReverseDiff(; compile = false),
32
33
34
@testset "$T" for T in [Float32, Float64]
0 commit comments