Either I am missing something or it is not present in this package:
Is there a way to specify target output arrays for the fft? If not, is this planned?
Cufft can do inplace fft, which one could then invoke simply by specifying the output array as the input array.
Having this would make memory-intense work which requires precise control possible. Related to this: Are the cufft plans cached somewhere in memory or on gpu and reusable? Are there plans to make these accessible?
Either I am missing something or it is not present in this package:
Is there a way to specify target output arrays for the fft? If not, is this planned?
Cufft can do inplace fft, which one could then invoke simply by specifying the output array as the input array.
Having this would make memory-intense work which requires precise control possible. Related to this: Are the cufft plans cached somewhere in memory or on gpu and reusable? Are there plans to make these accessible?