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 22
22
23
23
## Summary of Reverse Mode AD Backends
24
24
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.
28
29
29
30
!!! tip
30
31
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ const True = Val(true)
70
70
const False = Val (false )
71
71
72
72
include (" abstract_types.jl" )
73
- include (" adtypes.jl" )
74
73
include (" timer_outputs.jl" )
75
74
include (" internal/helpers.jl" )
76
75
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments