This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Correct tosa.avg_pool2d for specification error
ClosedPublic

Authored by rsuderman on Oct 25 2021, 1:15 PM.

Details

Summary

Specification specified the output type for quantized average pool should be
an i32. Only accumulator should be an i32, result type should match the input
type.

Caused in https://reviews.llvm.org/D111590

Diff Detail

Event Timeline

rsuderman created this revision.Oct 25 2021, 1:15 PM
rsuderman requested review of this revision.Oct 25 2021, 1:15 PM
rsuderman added a reviewer: NatashaKnk.
GMNGeoffrey accepted this revision.Oct 25 2021, 2:14 PM

Can you link your previous patch that accidentally set this incorrectly?

This revision is now accepted and ready to land.Oct 25 2021, 2:14 PM
rsuderman edited the summary of this revision. (Show Details)Oct 25 2021, 2:21 PM

Can you link your previous patch that accidentally set this incorrectly?

done

sjarus accepted this revision.Oct 25 2021, 2:26 PM