Quantized case needs to include zero-point corrections before the tosa.mul.
Disabled for the quantized use-case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D115264
[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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 7 2021, 10:00 AM Closed by commit rGe9fae0f19eec: [mlir][tosa] Disable tosa.depthwise_conv2d canonicalizer for quantized case (authored by rsuderman). · Explain WhyDec 7 2021, 10:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 392456 mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
mlir/test/Dialect/Tosa/canonicalize.mlir
|