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

1 次查看(过去 30 天)
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 个评论
Vipul Singhal
Vipul Singhal 2020-5-18
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 2020-5-21
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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by