We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90b326 commit ad40023Copy full SHA for ad40023
1 file changed
docs/src/faq.md
@@ -7,7 +7,7 @@ To differentiate an `ImplicitFunction`, the following backends are supported.
7
| Backend | Forward mode | Reverse mode |
8
| ---------------------------------------------------------------------- | ------------ | ------------ |
9
| [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) | yes | - |
10
-| [ChainRules.jl](https://github.com/JuliaDiff/ChainRules.jl)-compatible | yes | soon |
+| [ChainRules.jl](https://github.com/JuliaDiff/ChainRules.jl)-compatible | soon | yes |
11
| [Enzyme.jl](https://github.com/EnzymeAD/Enzyme.jl) | someday | someday |
12
13
By default, the conditions are differentiated with the same backend as the `ImplicitFunction` that contains them.
0 commit comments