Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions benchmarks/AutomaticDifferentiation/JuliaAD.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: Guillaume Dalle and Chris Rackauckas

```julia
using DifferentiationInterface, DifferentiationInterfaceTest, DataFrames, DataFramesMeta
import Enzyme, Zygote, Tapir
import Enzyme, Zygote, Mooncake
import Markdown, PrettyTables, Printf

function paritytrig(x::AbstractVector{T}) where {T}
Expand All @@ -22,7 +22,7 @@ end

backends = [
AutoEnzyme(mode=Enzyme.Reverse),
AutoTapir(safe_mode=false),
AutoMooncake(safe_mode=false),
AutoZygote(),
];

Expand Down
Loading