Trying to solve ODEs on a GPU

7 次查看(过去 30 天)
Greg
Greg 2014-8-10
My Question: Will MatLab coder convert the MatLab ode15s into C code for the GPU? If not are there any other known options. Or any suggested methods for solving ODEs on the GPU with Matlab? I am new to Matlab but experienced with C languages and CUDA. I have used run simple external CUDA code from Matlab but never a Matlab based function, not sure if it is possible.
There was one previous post on this but there was no answer.
Extra Info: I am running a computational simulation which primarily consists of ode15s calls. The calls are independent of each other and therefore can be highly parallelized. The number of independent calls currently being used is 1000, higher counts can be used for grater accuracy. I mention this because the answer to the previous post was a parallel CPU implementation would be better if only using "several" calls.

回答(0 个)

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by