SciML / SteadyStateDiffEq.jl

Solvers for steady states in scientific machine learning (SciML)
Other
30 stars 22 forks source link

Vectorize condition for GPU efficiency #30

Closed garibarba closed 3 years ago

garibarba commented 3 years ago

Also adds a fast path, in line with https://github.com/SciML/DiffEqCallbacks.jl/pull/96.

If I understand correctly, this section will only be called once per solution, so it may not be worth an increase in lines of code 🤔