This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Fix tosa.resize for i48 accumulator
ClosedPublic

Authored by rsuderman on Dec 5 2022, 1:19 PM.

Details

Summary

Implementation assumed a i32 accumulator. Fixed the implementation to
work with an i32 accumulator.

Diff Detail

Event Timeline

rsuderman created this revision.Dec 5 2022, 1:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 5 2022, 1:19 PM
rsuderman requested review of this revision.Dec 5 2022, 1:19 PM
rsuderman updated this revision to Diff 480226.Dec 5 2022, 1:36 PM

Added test

NatashaKnk accepted this revision.Dec 6 2022, 11:18 AM
This revision is now accepted and ready to land.Dec 6 2022, 11:18 AM
This revision was automatically updated to reflect the committed changes.