<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Nov 9, 2014 at 8:24 PM, Giorgos Pentafragkas <span dir="ltr"><<a href="mailto:gpentafragkas@gmail.com" target="_blank">gpentafragkas@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi guys, quick question:<br><div><br>The GPU support page says that "algebraic solvers now run on GPU".<br>I'm interested in ODE solvers.<br>Can someone clarify if they are supported as well, or is it just the algebraic ones? (DAE's I presume, which could be used for implicit ODE's)<br></div></div></blockquote><div><br></div><div>The linear algebra making up the ODE solvers can run on the GPU, but all logic is on the CPU, and</div><div>we have not fused kernels for these operations. Kernel fusion is important for GPUs, but (I think) there</div><div>is no clear path for its implementation in libraries.</div><div><br></div><div>Thus, you can run it. Your mileage may vary. I would be really surprised to see it beat a modern CPU.</div><div><br></div><div>  Thanks,</div><div><br></div><div>    Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div></div><div>Many thanks!<br></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div>
</div></div>