[all-commits] [llvm/llvm-project] 124fce: [mlir][linalg] Convert tensor.from_elements to des...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Jan 25 00:18:54 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 124fce09a24e7ca524cb47e3f1c6047fdfca739f
      https://github.com/llvm/llvm-project/commit/124fce09a24e7ca524cb47e3f1c6047fdfca739f
  Author: Matthias Springer <springerm at google.com>
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/ConvertToDestinationStyle.cpp
    M mlir/test/Dialect/Linalg/convert-to-destination-style.mlir

  Log Message:
  -----------
  [mlir][linalg] Convert tensor.from_elements to destination style

This can be a pre-processing for bufferization and allows for more efficient lowerings without an alloc.

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




More information about the All-commits mailing list