mirror of https://github.com/llvm/torch-mlir
46a5772d92
- Add `AtenFftRfftOp` to Torch dialect. - Add conversion of `AtenFftRfftOp` to Linalg, using a `linalg.matmul` per output component (real and imaginary). Computing the DFT is _O(n^2)_. - Add decomposition of `AtenFftRfftOp` into Torch-level ops (same paradigm as above). - Add unit and end-to-end tests. |
||
---|---|---|
.. | ||
test | ||
torch_mlir | ||
torch_mlir_e2e_test | ||
CMakeLists.txt |