[all-commits] [llvm/llvm-project] fa8c39: [mlir][Linalg] NFC: Refactor fusion of LinalgOp wi...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Fri Jan 8 11:59:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa8c397dfa2ac2490236110a597d6aa764f41da4
https://github.com/llvm/llvm-project/commit/fa8c397dfa2ac2490236110a597d6aa764f41da4
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2021-01-08 (Fri, 08 Jan 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
M mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
Log Message:
-----------
[mlir][Linalg] NFC: Refactor fusion of LinalgOp with TensorReshapeOp by expansion.
Change the implementation of LinalgOp with TensorReshapeOp by
expansion to be more modular and easier to follow.
Differential Revision: https://reviews.llvm.org/D93748
More information about the All-commits
mailing list