[all-commits] [llvm/llvm-project] 3500e1: [mlir][tosa] Add InferTensorType interface to tosa...

Aviad Cohen via All-commits all-commits at lists.llvm.org
Tue Apr 4 21:25:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3500e11065d616f4653ea8ba8c979b29c69a00d7
      https://github.com/llvm/llvm-project/commit/3500e11065d616f4653ea8ba8c979b29c69a00d7
  Author: Aviad Cohen <aviadcohen7 at gmail.com>
  Date:   2023-04-05 (Wed, 05 Apr 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
    M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
    M mlir/test/Dialect/Tosa/invalid.mlir

  Log Message:
  -----------
  [mlir][tosa] Add InferTensorType interface to tosa reduce operations

When this interface is used, a call to inferReturnTypeComponents()
is generated on creation and verification of the op.

Reviewed By: jpienaar, eric-k256

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




More information about the All-commits mailing list