Fix SimpleNonlinearSolve for GPU compatibility#809
Fix SimpleNonlinearSolve for GPU compatibility#809utkarsh530 wants to merge 10 commits intomasterfrom
Conversation
Removed 'src' from the coverage directories in the pipeline configuration.
|
@ChrisRackauckas can you have a look? |
| f(fu, u, p) | ||
| return fu | ||
|
|
||
| @generated function evaluate_f!!(f::NonlinearFunction, fu, u, p) |
There was a problem hiding this comment.
Won't this being a generated function have huge compile time impact?
Review: Unnecessary
|
Here are some fixes I made to enable GPU compatibility for
SimpleNonlinearSolve.jl. This is required for https://github.com/SciML/ParallelParticleSwarms.jl hybrid algorithms.Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.