You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone actually implemented this, that is, similar functionality to fft(X, dim) for CPU? I'm trying to understand how to implement using cufftPlanMany, but wanted to find out if anyone was already doing this? For example, I have a 3D dataset and want to do a series of 2D FFT along the first dimension.
The text was updated successfully, but these errors were encountered:
Has anyone actually implemented this, that is, similar functionality to
fft(X, dim)
forCPU
? I'm trying to understand how to implement usingcufftPlanMany
, but wanted to find out if anyone was already doing this? For example, I have a 3D dataset and want to do a series of 2D FFT along the first dimension.The text was updated successfully, but these errors were encountered: