This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][TOSA] Math-based and activation elementwie ops for tosa-to-linalg
AbandonedPublic

Authored by NatashaKnk on Feb 17 2021, 3:23 PM.

Details

Reviewers
rsuderman
Summary

Comitted negate, rsqrt, mul, negate, select, clamp and reluN

Diff Detail

Event Timeline

NatashaKnk created this revision.Feb 17 2021, 3:23 PM
NatashaKnk requested review of this revision.Feb 17 2021, 3:23 PM

Address the two linter comments and update the commit description to specify these are lowerings from TOSA to Linalg

mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
226

Marking for visibility.

235

Marking for visibility.

Fixed lint issues

NatashaKnk marked 2 inline comments as done.Feb 17 2021, 5:19 PM
rsuderman added inline comments.Feb 17 2021, 5:40 PM
mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
228

Missed renaming the use :P

237

Ditto.

Also, typo in cl description for elementwie

Fixed typo in title

NatashaKnk abandoned this revision.Feb 17 2021, 5:56 PM