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 63c7908 commit 982427eCopy full SHA for 982427e
test/ad.jl
@@ -202,8 +202,8 @@ if INCLUDE_MOONCAKE
202
push!(ADTYPES, AutoMooncake(; config=nothing))
203
end
204
if INCLUDE_ENZYME
205
- push!(ADTYPES, AutoEnzyme(; mode = set_runtime_activity(Forward)))
206
- 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)))
207
208
209
# Check that ADTypeCheckContext itself works as expected.
0 commit comments