Skip to content

Commit 63907de

Browse files
authored
Add link to ForwardDiffChainRules.jl (#596)
Solves JuliaDiff/ForwardDiff.jl#579
1 parent 051c10e commit 63907de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ It also `unthunk`s every tangent.
4747

4848
[ReversePropagation.jl](https://github.com/dpsanders/ReversePropagation.jl) is a reverse-mode AD that supports using `rrule`s for scalar functions, but not calling back into AD and opting out of rules.
4949

50+
On the other hand, [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) is NOT natively compatible with ChainRules.
51+
You can use the package [ForwardDiffChainRules.jl](https://github.com/ThummeTo/ForwardDiffChainRules.jl) to bridge this gap.
5052

5153
## Key functionality
5254

0 commit comments

Comments
 (0)