headmyshoulder / odeint-v2

odeint - solving ordinary differential equations in c++ v2
http://headmyshoulder.github.com/odeint-v2/
Other
337 stars 102 forks source link

Feature Request: Implement rkf78 on GPU using Thrust #251

Open pfbrewst opened 4 years ago

pfbrewst commented 4 years ago

Apparently rkf78 doesn't work on the GPU.

In the latest release I found in file odeint/external/thrust/thrust_operations.hpp, line 28 "/*ToDo extend to scale_sum13 for rk78 /”

I found this issue from 7 years ago: https://github.com/headmyshoulder/odeint-v2/issues/75 giving a quick idea of how this could be addressed, has there been any progress on this?