Skip to content

Commit

Permalink
Organize code out of compiler.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Nov 28, 2024
1 parent 30b6b2d commit a8eabfd
Show file tree
Hide file tree
Showing 5 changed files with 1,521 additions and 1,514 deletions.
2 changes: 1 addition & 1 deletion src/Enzyme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Base.convert(::Type{API.CDerivativeMode}, ::ForwardMode) = API.DEM_ForwardMode
function guess_activity end

include("logic.jl")
include("typeanalysis.jl")
include("analyses/type.jl")
include("typetree.jl")
include("gradientutils.jl")
include("utils.jl")
Expand Down
Loading

0 comments on commit a8eabfd

Please sign in to comment.