From 3da9c1a4b9c90a69c519b653cd4d7c837cd868a5 Mon Sep 17 00:00:00 2001 From: William Moses Date: Fri, 31 May 2024 17:31:18 +0200 Subject: [PATCH] Update index.md (#677) The tools didn't have newlines between them making it hard to read --- docs/src/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/index.md b/docs/src/index.md index 4b449e46f..2da7fa424 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -51,7 +51,9 @@ It also `unthunk`s every tangent. Several packages do not automatically load rules from ChainRules by default, but support importing rules that were defined using it, e.g. with a macro. [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. + [Tracker.jl](https://github.com/FluxML/Tracker.jl) is a reverse mode AD that supports importing `rrules` + [Enzyme.jl](https://github.com/EnzymeAD/Enzyme.jl) is a forward and reverse mode AD and supports import of `frule`s and `rrule`s. [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`.