Closed
Description
Question❓
The source file says nothing, the test file recommends something but does something else:
# In practice, you would rather specify a
# `mode::Enzyme.Mode`, e.g. `Enzyme.Reverse` or `Enzyme.Forward`
adtype = AutoEnzyme(; mode = Val(:Reverse))
@test adtype isa ADTypes.AbstractADType
@test adtype isa AutoEnzyme{Val{:Reverse}}
What convention is used in the SciML ecosystem? Can it be documented?