Skip to content

Commit 89e625a

Browse files
authored
Add Enzyme in forward mode and EnzymeRules (#28)
1 parent db283fc commit 89e625a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.md

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ It is worth investigating each package yourself to really understand its ins and
5353

5454
- [JuliaDiff/ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl): Operator overloading AD backend
5555
- [JuliaDiff/PolyesterForwardDiff.jl](https://github.com/JuliaDiff/PolyesterForwardDiff.jl): Multithreaded version of ForwardDiff.jl
56+
- [EnzymeAD/Enzyme.jl](https://github.com/EnzymeAD/Enzyme.jl): LLVM-level source transformation AD backend
5657
- [JuliaDiff/Diffractor.jl](https://github.com/JuliaDiff/Diffractor.jl): Source transformation AD backend (experimental)
5758

5859
### Symbolic differentiation
@@ -81,6 +82,7 @@ These packages define derivatives for basic functions, and enable users to do th
8182
- [JuliaDiff/ChainRulesTestUtils.jl](https://github.com/JuliaDiff/ChainRulesTestUtils.jl/): Tools for testing rules defined with ChainRulesCore.jl.
8283
- [ThummeTo/ForwardDiffChainRules.jl](https://github.com/ThummeTo/ForwardDiffChainRules.jl): Translate rules from ChainRulesCore.jl to make them compatible with ForwardDiff.jl
8384
- [JuliaDiff/DiffRules.jl](https://github.com/JuliaDiff/DiffRules.jl): Scalar rules used by e.g. ForwardDiff.jl, ReverseDiff.jl, Tracker.jl, and Symbolics.jl
85+
- [EnzymeAD/EnzymeRules.jl](https://enzymead.github.io/Enzyme.jl/stable/generated/custom_rule/): Rule definition API for Enzyme.jl
8486
- [FluxML/ZygoteRules.jl](https://github.com/FluxML/ZygoteRules.jl): Some rules used by Zygote.jl (mostly deprecated in favor of ChainRules.jl).
8587

8688
### Interface

0 commit comments

Comments
 (0)