Skip to content

Commit c6bba56

Browse files
authored
Update ad.md
1 parent ca06e9a commit c6bba56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/API/ad.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The choices for the auto-AD fill-ins with quick descriptions are:
99
- `AutoFiniteDiff()`: Finite differencing, not optimal but always applicable
1010
- `AutoModelingToolkit()`: The fastest choice for large scalar optimizations
1111
- `AutoEnzyme()`: Highly performant AD choice for type stable and optimized code
12+
- `AutoMooncake()`: Like Zygote and ReverseDiff, but supports GPU and mutating code
1213

1314
## Automatic Differentiation Choice API
1415

@@ -22,4 +23,5 @@ OptimizationBase.AutoZygote
2223
OptimizationBase.AutoTracker
2324
OptimizationBase.AutoModelingToolkit
2425
OptimizationBase.AutoEnzyme
26+
OptimizationBase.AutoMooncake
2527
```

0 commit comments

Comments
 (0)