Element-wise log(exp) does no operation so that we can fold it into no-op effectively.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D149632
[mlir][tosa] Fold log(exp) to no-op ClosedPublic Authored by Lewuathe on May 1 2023, 11:07 PM.
Details Summary Element-wise log(exp) does no operation so that we can fold it into no-op effectively.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 2 2023, 10:58 AM Closed by commit rG62ccc50613a6: [mlir][tosa] Fold log(exp) to no-op (authored by Lewuathe). · Explain WhyMay 2 2023, 10:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 518970 mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp
mlir/test/Dialect/Tosa/canonicalize.mlir
|