[all-commits] [llvm/llvm-project] e9fae0: [mlir][tosa] Disable tosa.depthwise_conv2d canonic...

rsuderman via All-commits all-commits at lists.llvm.org
Tue Dec 7 10:17:38 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e9fae0f19eec1fce746101b410d2345f0fbf89b4
      https://github.com/llvm/llvm-project/commit/e9fae0f19eec1fce746101b410d2345f0fbf89b4
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
    M mlir/test/Dialect/Tosa/canonicalize.mlir

  Log Message:
  -----------
  [mlir][tosa] Disable tosa.depthwise_conv2d canonicalizer for quantized case

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

Reviewed By: NatashaKnk

Differential Revision: https://reviews.llvm.org/D115264




More information about the All-commits mailing list