ggkountouras

Results 5 comments of ggkountouras

> If you need my code to figure out the problem (simplifies to one DE and one AE), I will be happy to share it. Are you solving a `DAEProblem`...

I think so. Can you briefly outline the process for that, since I'm not in the .NET ecosystem? It should be something like: 1) Download the sources 2) Download Visual...

I'm getting the same issue on the string_literal_issue branch AppleClang 15.0.0.15000309 cmake version 3.25.2 julia-1.10.2+0.aarch64.apple.darwin14 macOS Sonoma Beta 14.5 M1 Max

I'm getting a different error with the [previous tutorial](https://docs.sciml.ai/DiffEqGPU/stable/getting_started/#Example-of-Parameter-Parallelism-with-GPU-Ensemble-Methods) (no `saveat`). Scaling down the parameters `p` seems to make it go away. The size of the problem doesn't affect the...

You only need one kernel. Start it on `DiffEqGPU.init()`, after that every `step!()` is CPU-GPU communication.