[all-commits] [llvm/llvm-project] 6b6495: [mlir][Linalg] Refactor Linalg op initTensors supp...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Tue Sep 29 06:57:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6b649570cbc44dd775d9657805cc60b2075d8011
https://github.com/llvm/llvm-project/commit/6b649570cbc44dd775d9657805cc60b2075d8011
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOpsInterface.td
M mlir/include/mlir/Dialect/Linalg/IR/LinalgTraits.h
M mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
Log Message:
-----------
[mlir][Linalg] Refactor Linalg op initTensors support - NFC
Manually-defined named ops do not currently support `init_tensors` or return values and may never support them. Add extra interface to the StructuredOpInterface so that we can still write op-agnostic transformations based on StructuredOpInterface.
This is an NFC extension in preparation for tiling on tensors.
Differential Revision: https://reviews.llvm.org/D88481
More information about the All-commits
mailing list