[all-commits] [llvm/llvm-project] c9fb3c: [mlir][Tensor] Update ParallelInsertSlicOp semanti...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon Jul 4 02:37:59 PDT 2022


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

  Changed paths:
    M mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td
    M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
    M mlir/test/Dialect/Tensor/canonicalize.mlir

  Log Message:
  -----------
  [mlir][Tensor] Update ParallelInsertSlicOp semantics to match that of InsertSliceOp

This revision updates the op semantics to also allow rank-reducing behavior as well
as updates the implementation to reuse code between the sequential and the parallel
version of the op.

Depends on D128920

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




More information about the All-commits mailing list