Adds lowerings for logical_* boolean operations. Each of these ops only operate
on booleans allowing simple lowerings.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D98910
[mlir][tosa] Add tosa.logical_* to linalg lowerings ClosedPublic Authored by rsuderman on Mar 18 2021, 5:29 PM.
Details Summary Adds lowerings for logical_* boolean operations. Each of these ops only operate
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, mravishankar and 17 others. · View Herald TranscriptMar 18 2021, 5:29 PM This revision is now accepted and ready to land.Mar 19 2021, 9:56 AM Closed by commit rG1b7498120d2f: [mlir][tosa] Add tosa.logical_* to linalg lowerings (authored by rsuderman). · Explain WhyMar 19 2021, 11:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 331959 mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
|