-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Zygote GPU #104
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To get the Zygote version working on GPUs, we need:
SciML/RecursiveArrayTools.jl#80
SciML/OrdinaryDiffEq.jl#1007
SciML/StochasticDiffEq.jl#256
SciML/DiffEqBase.jl#416
SciML/DiffEqNoiseProcess.jl#36
SciML/DiffEqCallbacks.jl#71
SciML/SciMLSensitivity.jl#173
and then the forward pass is concertizing correctly. Then I think the reverse pass of restructure is not GPU compatible. Making an MWE.
The text was updated successfully, but these errors were encountered: