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
This issue is to remind me that the code for batched FFTs is still buggy.
clFFT supports only batching along a single non-transform axis, but in some cases it is possible to collapse several non-transform axes.
gpyfft might fail to properly collapse
if array contains dimensions of size 1: strides are non-increasing, sorting is ambiguous
batched 2d transforms: depending on memory layout, transformed array might get transposed
The text was updated successfully, but these errors were encountered:
This issue is to remind me that the code for batched FFTs is still buggy.
clFFT supports only batching along a single non-transform axis, but in some cases it is possible to collapse several non-transform axes.
gpyfft might fail to properly collapse
The text was updated successfully, but these errors were encountered: