[all-commits] [llvm/llvm-project] 21e6e7: [mlir][linalg] Match element type of result when d...

Quinn Dawkins via All-commits all-commits at lists.llvm.org
Tue Feb 21 10:48:42 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21e6e70ccc952458b1b21fc0b967ba27ca9fa6ba
      https://github.com/llvm/llvm-project/commit/21e6e70ccc952458b1b21fc0b967ba27ca9fa6ba
  Author: Quinn Dawkins <quinn at nod-labs.com>
  Date:   2023-02-21 (Tue, 21 Feb 2023)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/DataLayoutPropagation.cpp
    M mlir/test/Dialect/Linalg/data-layout-propagation.mlir

  Log Message:
  -----------
  [mlir][linalg] Match element type of result when doing propagation of unpack through elementwise

When propagating tensor.unpack ops through elementwise generics, a new
output tensor is needed if the element type of the input differs from
that of the output in the elementwise op.

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




More information about the All-commits mailing list