Am 30.6.2013 um 02:11 schrieb Alex Nitz: > Hello All, > > I was wondering if anyone is currently doing FFT's in conjunction with > pyopencl. I have used pyfft in the past, but it is a bit limited for my > needs. Has anyone had luck interfacing to any of the preexisting fft > libraries (amd's, apple's, etc) from within python? >
I put together a wrapper for the AMD FFT library, which provides decent performance, see https://github.com/geggo/gpyfft Gregor > -Alex > _______________________________________________ > PyOpenCL mailing list > [email protected] > http://lists.tiker.net/listinfo/pyopencl _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
