Skip to content

Commit f863413

Browse files
committed
Inplace true by default
1 parent 0fd107c commit f863413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DifferentiationInterface/src/misc/from_primitive.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct AutoReverseFromPrimitive{inplace,B<:AbstractADType} <: FromPrimitive
1818
backend::B
1919
end
2020

21-
function AutoReverseFromPrimitive(backend::AbstractADType; inplace=false)
21+
function AutoReverseFromPrimitive(backend::AbstractADType; inplace=true)
2222
return AutoReverseFromPrimitive{inplace,typeof(backend)}(backend)
2323
end
2424

0 commit comments

Comments
 (0)