[SciPy-User] Can fftconvolve use a faster fft?

Gregory Lee grlee77 at gmail.com
Thu Jan 11 16:04:49 EST 2018


On Thu, Jan 11, 2018 at 2:03 PM, Ralf Gommers <ralf.gommers at gmail.com>
wrote:

>
>
> On Fri, Jan 12, 2018 at 3:16 AM, Neal Becker <ndbecker2 at gmail.com> wrote:
>
>> Can fftconvolve use fftw, or mkl fft?
>>
>
> Yes, with pyfftw: https://hgomersall.github.io/
> pyFFTW/sphinx/tutorial.html?highlight=fftconvolve#monkey-
> patching-3rd-party-libraries
>
> Ralf
>
>
Also, note that the pyFFTW scipy interfaces default to "threads=1", so the
monkeypatching as listed in the pyFFTW docs may not give a big speed
improvement for all transform sizes.  It is likely you will get further
speedup if you monkey patch specific functions using functools.partial to
change the default threads to a more appropriate value for your system.


>
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at python.org
> https://mail.python.org/mailman/listinfo/scipy-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-user/attachments/20180111/bd0d5bf1/attachment.html>


More information about the SciPy-User mailing list