Skip to content

Commit

Permalink
No function annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Aug 12, 2024
1 parent 3c0132a commit 8c5f774
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ext/ImplicitDifferentiationEnzymeExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ using Enzyme
using Enzyme.EnzymeCore
using ImplicitDifferentiation: ImplicitFunction, build_A, build_B, byproduct, output

const FORWARD_BACKEND = AutoEnzyme(;
mode=Enzyme.Forward, function_annotation=Enzyme.Duplicated
)
const FORWARD_BACKEND = AutoEnzyme(; mode=Enzyme.Forward)

function EnzymeRules.forward(
func::Const{<:ImplicitFunction},
Expand Down

0 comments on commit 8c5f774

Please sign in to comment.