SciML / DiffEqGPU.jl

GPU-acceleration routines for DifferentialEquations.jl and the broader SciML scientific machine learning ecosystem
https://docs.sciml.ai/DiffEqGPU/stable/
MIT License
285 stars 29 forks source link

Support CallbackSet #44

Closed ChrisRackauckas closed 4 years ago

ChrisRackauckas commented 4 years ago

Currently the callback support directly looks for ContinuousCallback and DiscreteCallback. Instead, it should always convert to CallbackSet and to the current handling recursively on the callbacks of a CallbackSet.

ChrisRackauckas commented 4 years ago

Fixed by https://github.com/SciML/DiffEqGPU.jl/pull/81