pstarkcdpr

Results 4 issues of pstarkcdpr

See issue [#22695](https://github.com/iree-org/iree/issues/22695). This change does the following: - Causes a compile error when the fft length has more than 1 dimension (this was never supported but previously gave the...

### What happened? The `linalg_ext.fft` operation outputs 2 tensors: the real part and the imaginary part of the operation. If the tensors are large enough and one of the output...

bug 🐞

### What happened? [rfft_repro.zip](https://github.com/user-attachments/files/23226191/rfft_repro.zip) I have a simple repro case where `linalg_ext.fft` causes the following compile error: ``` rfft_repro.mlir:25:12: error: One or more operations with large vector sizes (32768 bytes)...

bug 🐞

### Request description Currently, lowering `stablehlo.fft` has a number of issues, including: 1. Only `RFFT` is supported by the compiler, even though `FFT`, `IFFT`, and `IRFFT` are accepted by StableHLO....

enhancement ➕