Lowerings for min, max, prod, and sum reduction operations on int and float
values. This includes reduction tests for both cases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good. Just one nit.
mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp | ||
---|---|---|
378 | I think you can drop the getResult() here. It should cast to Value automatically. |
Doc comment please.