Adds the RFFT2d TOSA operation and supporting
shape inference function.
Signed-off-by: Luke Hutton <luke.hutton@arm.com>
Change-Id: I7e49c47cdd846cdc1b187545ef76d5cda2d5d9ad
Paths
| Differential D142336
[mlir][tosa] Add RFFT2d operation ClosedPublic Authored by lhutton1 on Jan 23 2023, 1:50 AM.
Details
Summary Adds the RFFT2d TOSA operation and supporting Signed-off-by: Luke Hutton <luke.hutton@arm.com>
Diff Detail
Event TimelineComment Actions Updates after a rebase:
Comment Actions Nice, thanks. Would you need help in landing?
This revision is now accepted and ready to land.Jan 23 2023, 8:58 AM Comment Actions Thanks for the review jpienaar, yes I believe I'll need help landing this. I'm hoping to push a fix for the CI failure and address the comments shortly
Comment Actions Let me know when ready and I'll take a look (I didn't check failure)
lhutton1 marked 2 inline comments as not done. Comment ActionsAddressing review comments regarding type inference. Comment Actions This is ready for another review
Closed by commit rG94f255c2c4d5: [mlir][tosa] Add RFFT2d operation (authored by lhutton1, committed by jpienaar). · Explain WhyJan 24 2023, 3:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 491941 mlir/include/mlir/Dialect/Tosa/IR/TosaOps.h
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
|
Prefer std::optional (I think these are all being flipped)