SciML / DiffEqBase.jl

The lightweight Base library for shared types and functionality for defining differential equation and scientific machine learning (SciML) problems
Other
311 stars 111 forks source link

Use make_zero and make_zero! in Enzyme extension #1057

Closed m-bossart closed 3 months ago

m-bossart commented 3 months ago

Use generic make zero functions from Enzyme. Mutating make_zero! was introduced in Enzyme v0.12.12 Needed for SciML/NonlinearSolve.jl#439