Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python support for DiffEqGPU #273

Open
sibyjackgrove opened this issue Apr 25, 2023 · 4 comments
Open

Python support for DiffEqGPU #273

sibyjackgrove opened this issue Apr 25, 2023 · 4 comments

Comments

@sibyjackgrove
Copy link

Is there any plan to add Python support for DiffEqGPU.jlsimilar to how DifferentialEquations.jl can be used from Python using diffeqpy?

@utkarsh530
Copy link
Member

utkarsh530 commented Apr 26, 2023

I haven't tried it yet. Maybe post an MWE?
Something like this should work: https://scicomp.stackexchange.com/questions/36994/cuda-python-for-numerical-integration-and-solving-differential-equations

@ChrisRackauckas
Copy link
Member

I think they mean like what we have with R. https://www.stochasticlifestyle.com/gpu-accelerated-ode-solving-in-r-with-julia-the-language-of-libraries/ . The key thing we are missing there is that MTK tracing doesn't work in Python.

@sibyjackgrove
Copy link
Author

I think they mean like what we have with R. https://www.stochasticlifestyle.com/gpu-accelerated-ode-solving-in-r-with-julia-the-language-of-libraries/ . The key thing we are missing there is that MTK tracing doesn't work in Python.

Yes, this is what I was referring to. It's unfortunate that it is not supported in Python.

@ChrisRackauckas
Copy link
Member

It has to do with the wrapper library, not necessarily the GPU library. SciML/diffeqpy#78 and SciML/diffeqpy#57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants