File tree Expand file tree Collapse file tree 3 files changed +4
-144
lines changed Expand file tree Collapse file tree 3 files changed +4
-144
lines changed Original file line number Diff line number Diff line change 2222
2323## Summary of Reverse Mode AD Backends
2424
25- - [ ` AutoZygote ` ] ( @ref ) : The fastest choice for non-mutating array-based (BLAS) functions.
26- - [ ` AutoEnzyme ` ] ( @ref ) : Uses ` Enzyme.jl ` Reverse Mode and works for both in-place and
27- out-of-place functions.
25+ - [ ` AutoZygote ` ] (@extref ADTypes): The fastest choice for non-mutating array-based (BLAS)
26+ functions.
27+ - [ ` AutoEnzyme ` ] (@extref ADTypes): Uses ` Enzyme.jl ` Reverse Mode and works for both
28+ in-place and out-of-place functions.
2829
2930!!! tip
3031
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ const True = Val(true)
6868const False = Val (false )
6969
7070include (" abstract_types.jl" )
71- include (" adtypes.jl" )
7271include (" timer_outputs.jl" )
7372include (" internal/helpers.jl" )
7473
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments