Skip to content

Commit

Permalink
Update src/derivative_wrappers.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Dec 28, 2023
1 parent d59f91c commit c5c432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/derivative_wrappers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ function _vecjacobian!(dλ, y, λ, p, t, S::TS, isautojacvec::EnzymeVJP, dgrad,
Enzyme.Duplicated(ytmp, tmp1),
dup, Enzyme.Const(t))
else
Enzyme.autodiff(Enzyme.Reverse, Duplicated(S.diffcache.pf, _tmp6), Enzyme.Const, Enzyme.Duplicated(tmp3, tmp4),
Enzyme.autodiff(Enzyme.Reverse, Enzyme.Duplicated(S.diffcache.pf, _tmp6), Enzyme.Const, Enzyme.Duplicated(tmp3, tmp4),
Enzyme.Duplicated(ytmp, tmp1),
dup, Enzyme.Const(t), Enzyme.Const(W))
end
Expand Down

0 comments on commit c5c432b

Please sign in to comment.