Added lowerings for Tosa's reduce boolean operations. This includes a fix to
maintain the output rank of reduce operations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99228
[mlir][tosa] Add tosa.reduce_any and tosa.reduce_all linalg lowering ClosedPublic Authored by rsuderman on Mar 23 2021, 5:05 PM.
Details Summary Added lowerings for Tosa's reduce boolean operations. This includes a fix to
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, mravishankar and 17 others. · View Herald TranscriptMar 23 2021, 5:05 PM This revision is now accepted and ready to land.Apr 2 2021, 1:13 PM Closed by commit rGeb1b55c652a7: [mlir][tosa] Add tosa.reduce_any and tosa.reduce_all linalg lowering (authored by rsuderman). · Explain WhyApr 2 2021, 2:33 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 332828 mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
|