On 16/02/2014, at 23.07, Andreas Kloeckner <[email protected]> wrote:
> Brandon Amos <[email protected]> writes: > >> Hi Andreas, >> >> >>> peb does not build for me: >>> >> I think this is from incompatibilities between Python 3.3 and Python 2.7. >> >> Regardless, I'm probably going to remove `peb` from github and >> just follow Gregor's gpyfft example for extending clblas. >> >> I don't know if this would benefit anybody else in the future, >> but a reference to Gregor's gypfft library in the >> "Interoperability with other OpenCL software" section in the documentation >> would have really helped me! > > Done: > > http://documen.tician.de/pyopencl/#software-that-works-with-or-enhances-pyopencl > > Andreas > > _______________________________________________ > PyOpenCL mailing list > [email protected] > http://lists.tiker.net/listinfo/pyopencl Another FFT package worth mentioning is pyfft: https://pypi.python.org/pypi/pyfft it works with both PyCUDA an PyOpenCL Cheers, Martin _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
