Skip to content

Commit e5edb0b

Browse files
committed
Fix
1 parent da539b3 commit e5edb0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DifferentiationInterface/ext/DifferentiationInterfaceMooncakeExt/forward_twoarg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ function DI.pushforward!(
107107
contexts::Vararg{DI.Context,C};
108108
) where {F,C}
109109
DI.check_prep(f!, y, prep, backend, x, tx, contexts...)
110-
DI.pushforward!(f!, y, ty, prep, backend, x, tx, contexts...)
110+
DI.value_and_pushforward!(f!, y, ty, prep, backend, x, tx, contexts...)
111111
return ty
112112
end

0 commit comments

Comments
 (0)