[all-commits] [llvm/llvm-project] 2f0b4d: [mlir] Add convenience grouping for tensor type in...

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Mon Mar 1 05:21:33 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f0b4db5ea52148a91c57fcb192856bab567de5a
      https://github.com/llvm/llvm-project/commit/2f0b4db5ea52148a91c57fcb192856bab567de5a
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2021-03-01 (Mon, 01 Mar 2021)

  Changed paths:
    M mlir/include/mlir/Interfaces/InferTypeOpInterface.td
    M mlir/test/lib/Dialect/Test/TestOps.td

  Log Message:
  -----------
  [mlir] Add convenience grouping for tensor type inference

For ops that produces tensor types and implement the shaped type component interface, the type inference interface can be used. Create a grouping of these together to make it easier to specify (it cannot be added into a list of traits, but must rather be appended/concated to one as it isn't a trait but a list of traits).

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




More information about the All-commits mailing list