[all-commits] [llvm/llvm-project] 2dd396: [mlir] tosa.reshape - Add InferTensorType interface

Aviad Cohen via All-commits all-commits at lists.llvm.org
Fri Apr 21 22:53:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2dd396c18bc035f8f87fb7ca2c33b8f00c287759
      https://github.com/llvm/llvm-project/commit/2dd396c18bc035f8f87fb7ca2c33b8f00c287759
  Author: Aviad Cohen <aviadcohen7 at gmail.com>
  Date:   2023-04-22 (Sat, 22 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.reshape - Add InferTensorType interface

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

Reviewed By: jpienaar

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




More information about the All-commits mailing list