We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7a046 commit a2d89acCopy full SHA for a2d89ac
mlir/include/mlir/Interfaces/TilingInterface.td
@@ -57,8 +57,8 @@ def TilingInterface : OpInterface<"TilingInterface"> {
57
For an operation to be "tiled and fused" with its (already tiled) producer,
58
an operation has to implement the following additional methods (see
59
description below):
60
- - `getTiledImplementationFromOperandTile`
61
- - `getIterationDomainTileFromOperandTile`.
+ - `getTiledImplementationFromOperandTiles`
+ - `getIterationDomainTileFromOperandTiles`.
62
}];
63
let cppNamespace = "::mlir";
64
let methods = [
0 commit comments