[all-commits] [llvm/llvm-project] 0c59f5: [mlir][Linalg] NFC: Expose some utility functions ...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Thu Nov 19 19:05:52 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0c59f51592ef5c014352994369f5216c6376fae1
https://github.com/llvm/llvm-project/commit/0c59f51592ef5c014352994369f5216c6376fae1
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2020-11-19 (Thu, 19 Nov 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
M mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
Log Message:
-----------
[mlir][Linalg] NFC: Expose some utility functions used for promotion.
Exposing some utility functions from Linalg to allow for promotion of
fused views outside of the core tile+fuse logic.
This is an alternative to patch D91322 which adds the promotion logic
to the tileAndFuse method. Downside with that approach is that it is
not easily customizable based on needs.
Differential Revision: https://reviews.llvm.org/D91503
More information about the All-commits
mailing list