Re: [Faudiostream-users] compiler hangs on this program?

2018-02-23 Thread Mykle Hansen
> On Feb 22, 2018, at 10:23 AM, Oleg Nesterov wrote: > > On 02/22, Mykle Hansen wrote: >> >> My latest problem: my Faust program seems to hang the compiler, >> locking up one CPU on my system until I terminate it. > ... > >> betanoise(beta) = real, imag : an.ifft(N) :

Re: [Faudiostream-users] FAUST Compiler for GPGPU?

2018-02-23 Thread Stéphane Letz
> Le 23 févr. 2018 à 09:55, Christoph Kuhr a écrit : > > Hey, > > perhapes some topic to discuss on LAC2018? > >> 1) GPU computation is not really adapted to the need of general audio >> algorithms, but more for highly « data parallel » needs (likes images). In >>

Re: [Faudiostream-users] FAUST Compiler for GPGPU?

2018-02-23 Thread Christoph Kuhr
Hey, perhapes some topic to discuss on LAC2018? 1) GPU computation is not really adapted to the need of general audio algorithms, but more for highly « data parallel » needs (likes images). In audio code, as soon as your code is doing recursions, GPU are quite inefficient and not used the