Skip to content

Commit

Permalink
Update ADTypes.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 authored Sep 8, 2023
1 parent 1dd5849 commit d56e670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ADTypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ function AutoSparseForwardDiff(; chunksize = nothing, tag = nothing)
AutoSparseForwardDiff{chunksize, typeof(tag)}(tag)
end

struct AutoSparseReverseDiff <: AbstractSparseReverseMode end

export AutoFiniteDiff,
AutoFiniteDifferences,
AutoForwardDiff,
Expand Down

0 comments on commit d56e670

Please sign in to comment.