This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Fix quantized type for tosa.conv2d canonicalization
ClosedPublic

Authored by rsuderman on Dec 9 2021, 12:33 PM.

Details

Summary

Wrong type was used for the result type in the tosa.conv_2d canonicalization.
The type should match the result element type should match the result type
not the input element type.

Diff Detail

Event Timeline

rsuderman created this revision.Dec 9 2021, 12:33 PM
rsuderman requested review of this revision.Dec 9 2021, 12:33 PM
not-jenni accepted this revision.Dec 9 2021, 12:36 PM
This revision is now accepted and ready to land.Dec 9 2021, 12:36 PM
This revision was landed with ongoing or failed builds.Dec 9 2021, 12:46 PM
This revision was automatically updated to reflect the committed changes.