Best way to run a sensitivity analysis for an ODE model on GPUs

1 Ansicht (letzte 30 Tage)
Francesco
Francesco am 24 Feb. 2019
Kommentiert: Tom Jones am 21 Mai 2020
Hi.
First, I am not trying to parallelize ode45 (or any other solver). I have seen this question asked a lot and I am clear why it cannot be done.
What I want to do is essentially run a sensitivity analysis on a GPU. I have a system of differential equations that depends on parameters and I need to vary those parameters across certain ranges. On the CPU, I can easily use parfor but what is the smoothest way to implement this with gpuArray?
Again, I understand the potential speed-up will depend on my problem and GPU but I am curious and would like to give this a try. Any insight or relevant example is appreciated.
Best,
Francesco
  3 Kommentare
Vipul Singhal
Vipul Singhal am 18 Mai 2020
Just want to echo this question. Would love to see if someone has made progress in this direction. I think doing things like parameter estimation / sensitivity analysis would be greatly accelerated if we could figure out how to run an ODE on a GPU.
Tom Jones
Tom Jones am 21 Mai 2020
I would also like to be able to run an ODE solver on a GPU. Having the equivalent function to a parfor, but which can be executed on a GPU would be a huge help in running sensitivity analyses for my research on non-linear systems.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by