-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch/Many FFT #140
Comments
Hello, Yes, it is supported. There are also multiple ways to achieve these.
istride, idist and other parameters can be set with custom strides - see section 6.4 Best regards, |
Is there a plan to allow omitDimension for r2c transforms? |
It is planned, but not in the nearest releases. The focus right now is the callbacks and inlining. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does VkFFT support performing multiple FFTs in one call? A functionality similar to cufftPlanMany: https://docs.nvidia.com/cuda/cufft/index.html?highlight=cufftPlanMany#function-cufftplanmany
The text was updated successfully, but these errors were encountered: