-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Comments
I haven't tried it yet. Maybe post an MWE? |
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. |
It has to do with the wrapper library, not necessarily the GPU library. SciML/diffeqpy#78 and SciML/diffeqpy#57 |
Is there any plan to add Python support for
DiffEqGPU.jl
similar to howDifferentialEquations.jl
can be used from Python usingdiffeqpy
?The text was updated successfully, but these errors were encountered: