[all-commits] [llvm/llvm-project] df5c98: [mlir][Linalg] Add DropUnitDims support for tensor...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Tue Jul 5 01:36:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: df5c981be35a3267a50bf382d179e48bb2242e0f
      https://github.com/llvm/llvm-project/commit/df5c981be35a3267a50bf382d179e48bb2242e0f
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2022-07-05 (Tue, 05 Jul 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp
    M mlir/test/Dialect/Linalg/drop-unit-extent-dims.mlir

  Log Message:
  -----------
  [mlir][Linalg] Add DropUnitDims support for tensor::ParallelInsertSliceOp.

ParallelInsertSlice behaves similarly to tensor::InsertSliceOp in its
rank-reducing properties.
This revision extends rank-reducing rewrite behavior and reuses most of the
existing implementation.

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




More information about the All-commits mailing list