[all-commits] [llvm/llvm-project] dbf1fe: [mlir][Linalg] Slightly adjust DestinationStyleOpI...
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Thu Sep 29 04:02:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbf1fe5024e205f295ed0280d602d582774c39c9
https://github.com/llvm/llvm-project/commit/dbf1fe5024e205f295ed0280d602d582774c39c9
Author: Adrian Kuegel <akuegel at google.com>
Date: 2022-09-29 (Thu, 29 Sep 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
Log Message:
-----------
[mlir][Linalg] Slightly adjust DestinationStyleOpInterface.
Rename some interface methods to be consistent with the new accessor names.
This is a preparation for adding a ReduceOp, which then will implement
getIteratorTypes() and getOutputs() instead of iterator_types() and outputs().
Differential Revision: https://reviews.llvm.org/D134868
More information about the All-commits
mailing list