We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca06e9a commit c6bba56Copy full SHA for c6bba56
docs/src/API/ad.md
@@ -9,6 +9,7 @@ The choices for the auto-AD fill-ins with quick descriptions are:
9
- `AutoFiniteDiff()`: Finite differencing, not optimal but always applicable
10
- `AutoModelingToolkit()`: The fastest choice for large scalar optimizations
11
- `AutoEnzyme()`: Highly performant AD choice for type stable and optimized code
12
+ - `AutoMooncake()`: Like Zygote and ReverseDiff, but supports GPU and mutating code
13
14
## Automatic Differentiation Choice API
15
@@ -22,4 +23,5 @@ OptimizationBase.AutoZygote
22
23
OptimizationBase.AutoTracker
24
OptimizationBase.AutoModelingToolkit
25
OptimizationBase.AutoEnzyme
26
+OptimizationBase.AutoMooncake
27
```
0 commit comments