Trying to solve ODEs on a GPU

7 views (last 30 days)
Greg
Greg on 10 Aug 2014
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.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!