Tosa's argmax lowering is representable as a linalg.indexed_generic
operation. Include the lowering to this type for both integer and
floating point types.
Details
Details
- Reviewers
silvas - Commits
- rG28e6420744f5: [mlir][tosa] Add tosa.argmax to linalg lowering
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp | ||
---|---|---|
1059 | comment giving an overview of the approach. |
comment giving an overview of the approach.