Skip to content

Commit

Permalink
Update docs/src/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Will Tebbutt <[email protected]>
  • Loading branch information
oxinabox and willtebbutt authored May 14, 2024
1 parent 426ce08 commit a2fb291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Several packages do not automatically load rules from ChainRules by default, but

[ReverseDiff.jl](https://github.com/JuliaDiff/ReverseDiff.jl) is a reverse-mode AD that supports using `rrule`s, but not calling back into AD and opting out of rules. It requires opting in to each rule using a macro.

[Tapir.jl](https://github.com/withbayes/Tapir.jl/) is a reverse-mode add that supports importing rules defined using `rrule`, though support is experimental except when the tangent type is `Float64` or `NoTangent`.
[Tapir.jl](https://github.com/withbayes/Tapir.jl/) is a reverse-mode add that supports importing a restricted subset of rules defined using `rrule`. Specifically, rules for functions whose inputs have tangent type `Float64` or `NoTangent`.

[ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) is not natively compatible with ChainRules.
But you can use the package [ForwardDiffChainRules.jl](https://github.com/ThummeTo/ForwardDiffChainRules.jl) to bridge this gap, which is one of the nicest ways to add rules to ForwardDiff.jl.
Expand Down

0 comments on commit a2fb291

Please sign in to comment.