Hi Daniel, (sort of awkward situation, I do not know which one should I use as your first name)
Thank you for telling me about Parret, I did not know that your CUFFT wrapper code can be found outside these mail list. Nevertheless, I'll stick to the version I'm currently using (and remove it from 'provides' section of setup.py), since I need it only for testing purposes - I just do not want to add more heavy-weight dependencies. By the way, what I meant by 'class for fftplan' is the class that encapsulates plan creation and execution mechanics, not just wraps CUFFT handle - that's what I was missing in your library. And I needed batched 2D and 3D transforms too - they are not provided by CUFFT. If you need this functionality for Parret, I can compose a patch. Best regards, Bogdan On Mon, Feb 15, 2010 at 8:53 AM, Ying Wai (Daniel) Fan <[email protected]> wrote: > Hi Bogdan, > > My latest version of the CUFFT wrapper is included in my python package > PARRET (Parallel RestoreTools). > http://www.mathcs.emory.edu/~yfan/PARRET/doc/index.html > The wrapper is provided by _cufft.py and cufft.py in the package. I also use > a class for fftplan. I hope these two files can help your development of the > wrapper. > > For those attending PyCon 2010 next weekend, I'll present a poster on > PARRET. Hope to see some of you there. > > Best Wishes, > Ying Wai (Daniel) Fan > > _______________________________________________ > PyCUDA mailing list > [email protected] > http://host304.hostmonster.com/mailman/listinfo/pycuda_tiker.net > _______________________________________________ PyCUDA mailing list [email protected] http://host304.hostmonster.com/mailman/listinfo/pycuda_tiker.net
