pyvkfft
pyvkfft copied to clipboard
Cannot pass 'omitDimension' to VkFFTApp
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?