Lowering div elementwise op to the linalg dialect. Since tosa only supports integer division, that is the only version that is currently implemented.
Details
Details
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
rsuderman retitled this revision from [mlir][tosa] Add tosa.div lowering to linalg.generic. Currently only the integer version is implemented. to [mlir][tosa] Add tosa.div integer lowering to linalg.generic..
This revision is now accepted and ready to land.May 13 2021, 12:10 PM
This revision was landed with ongoing or failed builds.May 13 2021, 1:21 PM
Closed by commit rG0831793ed962: [mlir][tosa] Add tosa.div integer lowering to linalg.generic. (authored by NatashaKnk, committed by rsuderman). · Explain Why
This revision was automatically updated to reflect the committed changes.