Skip to content

Commit 95fc448

Browse files
authored
Add Diffractor backend to README (#98)
1 parent f9517dc commit 95fc448

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ The following backends are temporarily made available by `AbstractDifferentiatio
3333
- `AD.ZygoteBackend()` for [Zygote.jl](https://github.com/FluxML/Zygote.jl), which is a special case of `AD.ReverseRuleConfigBackend`
3434

3535
In the long term, these backend objects (and many more) will be defined within their respective packages to enforce the `AbstractDifferentiation` interface.
36+
This is already the case for some of them:
37+
38+
- `Diffractor.DiffractorForwardBackend()` for [Diffractor.jl](https://github.com/JuliaDiff/Diffractor.jl) in forward mode
3639

3740
Here's an example:
3841

0 commit comments

Comments
 (0)