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 1cf93be commit d563210Copy full SHA for d563210
src/NonlinearSolve.jl
@@ -9,7 +9,7 @@ using PrecompileTools: @recompile_invalidations, @compile_workload, @setup_workl
9
10
@recompile_invalidations begin
11
using ADTypes: ADTypes, AutoFiniteDiff, AutoForwardDiff, AutoPolyesterForwardDiff,
12
- AutoZygote, AutoEnzyme, AutoSparse
+ AutoZygote, AutoEnzyme, AutoSparse
13
# FIXME: deprecated, remove in future
14
using ADTypes: AutoSparseFiniteDiff, AutoSparseForwardDiff,
15
AutoSparsePolyesterForwardDiff, AutoSparseZygote
0 commit comments