This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Add tosa.div integer lowering to linalg.generic.
ClosedPublic

Authored by NatashaKnk on May 13 2021, 11:53 AM.

Details

Summary

Lowering div elementwise op to the linalg dialect. Since tosa only supports integer division, that is the only version that is currently implemented.

Diff Detail

Event Timeline

NatashaKnk created this revision.May 13 2021, 11:53 AM
NatashaKnk requested review of this revision.May 13 2021, 11:53 AM
rsuderman accepted this revision.May 13 2021, 12:10 PM
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
This revision was automatically updated to reflect the committed changes.