Hi Jon,<br><br>Thank you for your insight, and welcome in the list !<br><br>I personnally think that for most real-time application (like the guitar effects processor i&#39;m using), a latency equal à below 10 to 8 ms is definitely acceptable (especially considering the price). I could imagine many applications for other instruments that would work just fine with such a latency.<br>
<br>Pd currently works fine with no GUI at 10 ms, with simple patches. One has to increase the latency to 16 ms (maybe more for very heavy patches) if one needs to do some fft or other demanding stuff (i used a phase vocoder in my video). <br>
<br>So if using the GPU for DSP doesn&#39;t reduce latency, but allows for bigger patches, it&#39;s already great news.<br><br>Cheers,<br><br>Pierre.<br><br><div class="gmail_quote">2013/2/9 Jonathan Sheaffer <span dir="ltr">&lt;<a href="mailto:jon@jonsh.net" target="_blank">jon@jonsh.net</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi All,<div><br></div><div>I&#39;ve been a silent observer for some time now, but since GPU processing is &#39;close to my heart&#39;, I thought I&#39;d jump in... So there goes my first post in the pd-list...</div>

<div><br></div><div>In general, GPUs are really beneficial for parallelisable algorithms involving heavy-computations, such as FFTs, fast convolution, BLAS with huge matrices, finite difference modelling etc... To maximise performance, the GPU kernel needs to unanimously operate over a large enough data set which needs to be copied into the device&#39;s memory, as GPUs generally can&#39;t access the host memory. This would mean large buffers --&gt; increased latency. So doing &#39;real-time&#39; DSP on a GPU would probably make more sense for stuff like physical modelling, complex additive synthesis etc..., rather than to &#39;generally reduce the system latency&#39;.</div>

<div><br></div><div>*However*, if the SoC platform physically shares memory between the GPU and the CPU, then this could, in theory, help reduce the inherent latency (as no memory transfers would be required), but without having detailed documentation, this would be difficult to assess. </div>

<div><br></div><div>Cheers,</div><div>Jon.</div><div><br></div><div><a href="http://www.jonsh.net" target="_blank">www.jonsh.net</a></div></div>
<br>_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br>