You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure this can be done on t he GPU. You want to make there be a single kernel call, and a stepping interface makes there be more intermediate state memory that needs to be stored.
Is your feature request related to a problem? Please describe.
step!(integ, dt, true)
fails onGPURosenbrock23()
withadd_tstop!: method has not been implemented for the integrator
Describe the solution you’d like
Stepping should be added to GPU integrators (as is the case for CPU integrators).
Additional context
Stepping might also affect ensembles.
The text was updated successfully, but these errors were encountered: