pyvkfft icon indicating copy to clipboard operation
pyvkfft copied to clipboard

Cannot pass 'omitDimension' to VkFFTApp

Open yves-surrel opened this issue 6 months ago • 3 comments

I have a real np.array z of size (h, w, 2), and I want to batch two FFTs on z[...,0] and z[...,1] (innermost batch in VkFFT vocabulary ???), getting the results in a complex array of size (h, (w/2)+1, 2). It seems to be feasible with VkFFT, playing with the omitDimension parameter. It does not seems possible to pass this parameter to VkFFTApp.

In the current state of pyVkFFT, is my operation possible in some way?

yves-surrel avatar Aug 27 '24 13:08 yves-surrel