Skip to content

Commit

Permalink
Fix FAQ (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Sep 14, 2023
1 parent b90b326 commit ad40023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To differentiate an `ImplicitFunction`, the following backends are supported.
| Backend | Forward mode | Reverse mode |
| ---------------------------------------------------------------------- | ------------ | ------------ |
| [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) | yes | - |
| [ChainRules.jl](https://github.com/JuliaDiff/ChainRules.jl)-compatible | yes | soon |
| [ChainRules.jl](https://github.com/JuliaDiff/ChainRules.jl)-compatible | soon | yes |
| [Enzyme.jl](https://github.com/EnzymeAD/Enzyme.jl) | someday | someday |

By default, the conditions are differentiated with the same backend as the `ImplicitFunction` that contains them.
Expand Down

0 comments on commit ad40023

Please sign in to comment.