[all-commits] [llvm/llvm-project] d15663: Revert "[mlir] Skip scalar operands when tiling to...
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Mon Jun 28 23:56:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d15663710c91204e5987279c517a10f653efa2d9
https://github.com/llvm/llvm-project/commit/d15663710c91204e5987279c517a10f653efa2d9
Author: Alexander Belyaev <pifon at google.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
M mlir/test/Dialect/Linalg/tile-tensors.mlir
Log Message:
-----------
Revert "[mlir] Skip scalar operands when tiling to linalg.tiled_loop."
This reverts commit 69046b4a79e2670053362112aa467f89faf9e53e. It did not
really break anything, but it was decided to allow scalars and other
non-shaped operands for tiled_loop.
More information about the All-commits
mailing list