ggkountouras
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.
A jll can be included in an app made with PackageCompiler. Without a jll, you'd have to ship the entire ROCm SDK and JIT the rest of the app on...
I assumed that my iGPU is RDNA2, but it's RDNA3, so it should be officially supported. The shader version is gfx1103, not among the supported LLVM targets (gfx1100, gfx1101, gfx1102)....
Talked to AMD, `gfx1103` is WIP.