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
In rocFFT, is there a way to implement 1D batched FFT along a 3D array? I couldn't find a testset for Batch 1D (in 3D), and applying FFT on second dimension of a 3D array gives this error: ArgumentError: batching dims must be sequential
Is there a way to overcome this? Even an expensive solution would be acceptable, as I am looking for any possible workaround.
The text was updated successfully, but these errors were encountered:
In rocFFT, is there a way to implement 1D batched FFT along a 3D array? I couldn't find a testset for Batch 1D (in 3D), and applying FFT on second dimension of a 3D array gives this error:
ArgumentError: batching dims must be sequential
Is there a way to overcome this? Even an expensive solution would be acceptable, as I am looking for any possible workaround.
The text was updated successfully, but these errors were encountered: