This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Add tosa.reciprocal and tosa.sigmoid lowerings
ClosedPublic

Authored by NatashaKnk on Mar 31 2021, 12:24 PM.

Details

Summary

Lowering reciprocal and sigmoid elementwise operations to linalg dialect.

Diff Detail

Event Timeline

NatashaKnk created this revision.Mar 31 2021, 12:24 PM
NatashaKnk requested review of this revision.Mar 31 2021, 12:24 PM
rsuderman accepted this revision.Mar 31 2021, 2:09 PM
This revision is now accepted and ready to land.Mar 31 2021, 2:09 PM
sjarus accepted this revision.Mar 31 2021, 2:17 PM
This revision was automatically updated to reflect the committed changes.