SciML / DiffEqGPU.jl

GPU-acceleration routines for DifferentialEquations.jl and the broader SciML scientific machine learning ecosystem
https://docs.sciml.ai/DiffEqGPU/stable/
MIT License
272 stars 27 forks source link

Automatically convert incompatible vector problems to svector #308

Closed ChrisRackauckas closed 8 months ago

ChrisRackauckas commented 8 months ago

Required for diffeqr and diffeqpy. Note that the f functions are okay when generated by MTK, since it generates a dispatch for SA -> SA, so therefore all that's needed is the u0 and p conversion for this to work downstream.