[all-commits] [llvm/llvm-project] 055fa4: [mlir][tosa] Disable tosa shape verification betwe...

rsuderman via All-commits all-commits at lists.llvm.org
Mon Jul 26 10:08:43 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 055fa446fd4412c2006e9bc56b31da5afcc5da62
      https://github.com/llvm/llvm-project/commit/055fa446fd4412c2006e9bc56b31da5afcc5da62
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-07-26 (Mon, 26 Jul 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
    M mlir/include/mlir/Dialect/Tosa/IR/TosaTypesBase.td
    M mlir/include/mlir/IR/OpBase.td

  Log Message:
  -----------
  [mlir][tosa] Disable tosa shape verification between operands/results

Tosa shape verification prevent shape propagation when coming from a dialect
of known shape. Relax this constraint to allow ingestion / shape propagation
from these other dialects.

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




More information about the All-commits mailing list