Skip to content

Commit

Permalink
Missing __test_backend_loaded dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 committed Apr 3, 2024
1 parent d2f35b7 commit e164535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/highlevel/reverse_mode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ struct ReverseModeJacobianCache{CO, CA, J, FX, X, I} <: AbstractMaybeSparseJacob
idx_vec::I
end

__test_backend_loaded(ad::ADTypes.AutoSparseReverseDiff) = nothing

Check warning on line 10 in src/highlevel/reverse_mode.jl

View check run for this annotation

Codecov / codecov/patch

src/highlevel/reverse_mode.jl#L10

Added line #L10 was not covered by tests
__getfield(c::ReverseModeJacobianCache, ::Val{:jac_prototype}) = c.jac_prototype

function sparse_jacobian_cache(ad::Union{AutoEnzyme, AbstractReverseMode},
Expand Down

0 comments on commit e164535

Please sign in to comment.