Hello,
I have a two part question regarding half precision transformations using CUFFT or CUFFTDX
I understood that only power of 2 signal size is support through CUFFT but what about CUFFTDX, from the documenation it seems that any FFT size is support between 2 and 32768
Also, can we run multiple FFTs concurrently with different plans (input sizes) in the same kernel using CUFFTDX?
Thank you.