Skip to content

Commit 9e5ecfd

Browse files
authored
Update differentiate_with.jl
1 parent 749fea5 commit 9e5ecfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DifferentiationInterface/src/misc/differentiate_with.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Moreover, any larger algorithm `alg` that calls `f2` instead of `f` will also be
1717
For any other true backend, the differentiation behavior is not altered by `DifferentiateWith` (it becomes a transparent wrapper).
1818
1919
!!! warning
20-
When using Mooncake as a substitute backend via `DifferentiateWith(f, AutoMooncake())`. The function `f` must not close over any active data.
20+
When using `DifferentiateWith(f, AutoSomething())`, the function `f` must not close over any active data.
2121
As of now, we cannot differentiate with respect to parameters stored inside `f`.
2222
2323
# Fields

0 commit comments

Comments
 (0)