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 @@ -68,7 +68,6 @@ const True = Val(true)
68
68
const False = Val (false )
69
69
70
70
include (" abstract_types.jl" )
71
- include (" adtypes.jl" )
72
71
include (" timer_outputs.jl" )
73
72
include (" internal/helpers.jl" )
74
73
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments