bmcage / odes

The ODES scikit for ordinary differential and algebraic equations, an extension to scipy
https://scikits-odes.readthedocs.io/
Other
124 stars 44 forks source link

support for CUDA version Sundials? #142

Open YangyangFu opened 2 years ago

YangyangFu commented 2 years ago

Hey, I want to say great work here.

I'm wondering if this library provides APIs for supporting CUDA-version SUNDIALS? If so, what options I should pass if I want to solve ODEs/DAEs using GPU?

aragilar commented 1 year ago

I don't believe this will work with the CUDA version, as we have not wrapped those APIs. Feel free to submit a PR to add support though!