DiffEqGPU.jl
DiffEqGPU.jl copied to clipboard
GPU-acceleration routines for DifferentialEquations.jl and the broader SciML scientific machine learning ecosystem
https://app.codecov.io/gh/SciML/DiffEqGPU.jl/commits
Hello, I was testing the new updates to ```Terminete! ``` with EnsembleGPUKernel. It Works fine with DiscreteCallback, however when using ContinuousCallback I still have the problem, **Out of Dynamic GPU...
Hello, I have a question regarding an error that I am facing when solving systems of ODEs with more than 32 equations: you can take a look at this [other...
This pull request changes the compat entry for the `AMDGPU` package from `0.5, 0.6, 0.7, 0.8, 0.9` to `0.5, 0.6, 0.7, 0.8, 0.9, 1`. This keeps the compat entries for...
**Describe the bug 🐞** - If EnsembleCPUArray or EnsembleGPUArray is provided with an SDE with non-diagonal noise and an in place noise function, then it crashes because the du array...
**Is your feature request related to a problem? Please describe.** It would be nice to see a tutorial where MTK examples show how to create a GPU compatible form to...