This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Disable tosa.depthwise_conv2d canonicalizer for quantized case
ClosedPublic

Authored by rsuderman on Dec 7 2021, 9:59 AM.

Details

Summary

Quantized case needs to include zero-point corrections before the tosa.mul.
Disabled for the quantized use-case.

Diff Detail

Event Timeline

rsuderman created this revision.Dec 7 2021, 9:59 AM
rsuderman requested review of this revision.Dec 7 2021, 9:59 AM
NatashaKnk accepted this revision.Dec 7 2021, 10:00 AM
This revision is now accepted and ready to land.Dec 7 2021, 10:00 AM