We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749fea5 commit 9e5ecfdCopy full SHA for 9e5ecfd
1 file changed
DifferentiationInterface/src/misc/differentiate_with.jl
@@ -17,7 +17,7 @@ Moreover, any larger algorithm `alg` that calls `f2` instead of `f` will also be
17
For any other true backend, the differentiation behavior is not altered by `DifferentiateWith` (it becomes a transparent wrapper).
18
19
!!! warning
20
- When using Mooncake as a substitute backend via `DifferentiateWith(f, AutoMooncake())`. The function `f` must not close over any active data.
+ When using `DifferentiateWith(f, AutoSomething())`, the function `f` must not close over any active data.
21
As of now, we cannot differentiate with respect to parameters stored inside `f`.
22
23
# Fields
0 commit comments