Skip to content

Commit

Permalink
Update test/interface/ad.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai authored Aug 9, 2024
1 parent 45f05da commit a3c7e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interface/ad.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using Test
:ReverseDiff => AutoReverseDiff(),
:Zygote => AutoZygote(),
:Tapir => AutoTapir(),
:Enzyme => AutoEnzyme()
#:Enzyme => AutoEnzyme()
)
D = 10
A = randn(D, D)
Expand Down

0 comments on commit a3c7e10

Please sign in to comment.