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 be50700 commit 25e0b74Copy full SHA for 25e0b74
test/ad.jl
@@ -200,8 +200,8 @@ if INCLUDE_MOONCAKE
200
push!(ADTYPES, AutoMooncake(; config=nothing))
201
end
202
if INCLUDE_ENZYME
203
- push!(ADTYPES, AutoEnzyme(; mode = set_runtime_activity(Forward)))
204
- push!(ADTYPES, AutoEnzyme(; mode = set_runtime_activity(Reverse)))
+ push!(ADTYPES, AutoEnzyme(; mode = Enzyme.set_runtime_activity(Enzyme.Forward)))
+ push!(ADTYPES, AutoEnzyme(; mode = Enzyme.set_runtime_activity(Enzyme.Reverse)))
205
206
207
# Check that ADTypeCheckContext itself works as expected.
0 commit comments