[all-commits] [llvm/llvm-project] c7676d: [mlir][tosa] Update Tosa conv verifier to handle I...

rsuderman via All-commits all-commits at lists.llvm.org
Mon Jun 28 10:24:10 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c7676d9993183f7041b1d79cc672ff14961c8777
      https://github.com/llvm/llvm-project/commit/c7676d9993183f7041b1d79cc672ff14961c8777
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-06-28 (Mon, 28 Jun 2021)

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

  Log Message:
  -----------
  [mlir][tosa] Update Tosa conv verifier to handle IntegerType input

Input/output types can be integers, which represent a quantized convolution.
Update verifier to expect this behavior.

Reviewed By: sjarus

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




More information about the All-commits mailing list