This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Fold log(exp) to no-op
ClosedPublic

Authored by Lewuathe on May 1 2023, 11:07 PM.

Details

Summary

Element-wise log(exp) does no operation so that we can fold it into no-op effectively.

Diff Detail

Event Timeline

Lewuathe created this revision.May 1 2023, 11:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2023, 11:07 PM
Lewuathe requested review of this revision.May 1 2023, 11:07 PM
eric-k256 accepted this revision.May 2 2023, 10:58 AM
eric-k256 added a reviewer: jpienaar.

looks good to me.

This revision is now accepted and ready to land.May 2 2023, 10:58 AM
This revision was automatically updated to reflect the committed changes.