[all-commits] [llvm/llvm-project] 61ba9f: [mlir][Linalg] NFC - Extend the TilingInterface to...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Tue Dec 7 05:12:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61ba9f9110e230919982f2d82cdfcc4fe9840913
https://github.com/llvm/llvm-project/commit/61ba9f9110e230919982f2d82cdfcc4fe9840913
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
M mlir/include/mlir/Interfaces/TilingInterface.td
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
Log Message:
-----------
[mlir][Linalg] NFC - Extend the TilingInterface to allow better composition with out-of-tree dialects.
Reviewed By: gysit
Differential Revision: https://reviews.llvm.org/D115233
More information about the All-commits
mailing list