Fix incorrect results from Eigen-based IRFFT kernel when input dimensions exceed fft_length.
Also fixes fft_ops_test msan failures for rank > 1 IRFFTs. The temporary buffer used for computing the (rank - 1) outer IFFTs is not fully initialized. Instead, only compute the (rank - 1) outer IFFTs over the valid positions of the temporary buffer. PiperOrigin-RevId: 158772209
Loading
Please sign in to comment