Gregor Thalhammer-Thurner

Results 29 comments of Gregor Thalhammer-Thurner

Do you have a short example that shows what you would like to achieve but which fails? I am using gpyfft with memory pool allocated arrays, so I don‘t see...

Thanks, it seems the problem is rooted in the fact that a PooledBuffer does not expose the same interface as a Buffer. In particular it is missing get_sub_region and __getitem__,...

Dear Vincent, thanks for your hint, you are right, for an out-of-place complex->real transform, where both in- and output arrays are provided by the user, the real=True keyword should not...

> Is there an example for performing the callback using the FFT high-level interface ? Do I give pass the argument to the FFT high level callback as a part...

Hi, thanks for the report, porting to Python 3.x broke setting callbacks from the high-level interface. The high-level also does not support providing user data to the callbacks. I have...

> Am 12.10.2018 um 10:18 schrieb Jerome Kieffer : > > Hi, > > Wouldn't it make sense to declare gpyfft on PyPI and make it "pip-instalable" ? > Do...

Thanks for the report, that is a less common platform. I think you discovered a bug. Your fix is ok for your platform, I will try to find some platform...

Am 19.08.2014 um 04:25 schrieb Alex Rothberg [email protected]: > I have a 3D data set that is formatted such that the fastest dimension is 1024 complex numbers single precision, the...

Correct, this is a limitation of the clFFT library, which could be hidden by the gpyfft wrapper, but this needs to be implemented. I have to correct myself, in your...

> Am 28.09.2017 um 13:51 schrieb picca : > > Hello, I put here the errors reported during the build process with sphinx > > thanks for reporting. Sorry, docs...