Adds the FFT2d TOSA operation and supporting
shape inference function.
Signed-off-by: Luke Hutton <luke.hutton@arm.com>
Paths
| Differential D144784
[mlir][tosa] Add FFT2d operation ClosedPublic Authored by lhutton1 on Feb 25 2023, 4:34 AM.
Details Summary Adds the FFT2d TOSA operation and supporting Signed-off-by: Luke Hutton <luke.hutton@arm.com>
Diff Detail
Event Timelinelhutton1 edited reviewers, added: jpienaar, rsuderman; removed: nicolasvasilache.Mar 13 2023, 9:38 AM This revision is now accepted and ready to land.Mar 13 2023, 4:05 PM Closed by commit rG312938864e67: [mlir][tosa] Add FFT2d operation (authored by lhutton1, committed by Robert Suderman <suderman@google.com>). · Explain WhyMar 14 2023, 12:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 505209 mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
mlir/test/Dialect/Tosa/ops.mlir
mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
|