[all-commits] [llvm/llvm-project] 8b5236: [mlir][linalg] Simplify slice dim computation for ...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Tue Sep 21 08:17:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b5236def5a1adc55f649f125d2582254b80f699
https://github.com/llvm/llvm-project/commit/8b5236def5a1adc55f649f125d2582254b80f699
Author: Tobias Gysi <gysit at google.com>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
M mlir/test/Dialect/Linalg/tile-and-fuse-on-tensors.mlir
Log Message:
-----------
[mlir][linalg] Simplify slice dim computation for fusion on tensors (NFC).
Compute the tiled producer slice dimensions directly starting from the consumer not using the producer at all.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D110147
More information about the All-commits
mailing list