[all-commits] [llvm/llvm-project] 69046b: [mlir] Skip scalar operands when tiling to linalg....

Alexander Belyaev via All-commits all-commits at lists.llvm.org
Mon Jun 28 14:01:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 69046b4a79e2670053362112aa467f89faf9e53e
      https://github.com/llvm/llvm-project/commit/69046b4a79e2670053362112aa467f89faf9e53e
  Author: Alexander Belyaev <pifon at google.com>
  Date:   2021-06-28 (Mon, 28 Jun 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
    M mlir/test/Dialect/Linalg/tile-tensors.mlir

  Log Message:
  -----------
  [mlir] Skip scalar operands when tiling to linalg.tiled_loop.

We are interested only in tensors/memrefs when creating a TiledLoopOp.

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




More information about the All-commits mailing list