This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Update tosa.rescale for i48 input type
ClosedPublic

Authored by rsuderman on May 17 2021, 5:09 PM.

Details

Summary

i48 integers require slightly tweaked behavior, specifically supporting zero
point offsetting with slightly higher bitdepth. Updated results lowering
appropriately.

Diff Detail

Event Timeline

rsuderman created this revision.May 17 2021, 5:09 PM
rsuderman requested review of this revision.May 17 2021, 5:09 PM
NatashaKnk accepted this revision.Jun 4 2021, 4:29 PM
This revision is now accepted and ready to land.Jun 4 2021, 4:29 PM
This revision was automatically updated to reflect the committed changes.