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 e39b8a8 commit 84ce45fCopy full SHA for 84ce45f
test/Project.toml
@@ -15,6 +15,3 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
16
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
17
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
18
-
19
-[compat]
20
-Mooncake = "0.4.140"
test/ad.jl
@@ -84,7 +84,7 @@ end
84
mode=Enzyme.set_runtime_activity(Enzyme.Reverse),
85
function_annotation=Enzyme.Const,
86
),
87
- # ADTypes.AutoMooncake(; config=nothing),
+ ADTypes.AutoMooncake(; config=Mooncake.Config()),
88
]
89
@testset "$T" for T in [Float32, Float64]
90
μ = 10 * ones(T, 2)
0 commit comments