Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Sep 28, 2024
1 parent a4bbf20 commit 3ee870b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/internal_rules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ function EnzymeRules.augmented_primal(
EnzymeRules.overwritten(config)[2:end],
InlineABI,
false,
false,
false
}()
fwd_thunk, rev_thunk =
autodiff_thunk(config2, BodyTy, Const, typeof(count), map(typeof, args)...)
Expand Down Expand Up @@ -405,6 +407,8 @@ function EnzymeRules.reverse(
EnzymeRules.overwritten(config)[2:end],
InlineABI,
false,
false,
false
}()
fwd_thunk, rev_thunk =
autodiff_thunk(config2, BodyTy, Const, typeof(count), map(typeof, args)...)
Expand Down

0 comments on commit 3ee870b

Please sign in to comment.