Skip to content

Commit a2d89ac

Browse files
caojoshuaDebadri Basak
authored andcommitted
[mlir][TilingInterface] Fix function names in docs (llvm#165648)
1 parent ab7a046 commit a2d89ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Interfaces/TilingInterface.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def TilingInterface : OpInterface<"TilingInterface"> {
5757
For an operation to be "tiled and fused" with its (already tiled) producer,
5858
an operation has to implement the following additional methods (see
5959
description below):
60-
- `getTiledImplementationFromOperandTile`
61-
- `getIterationDomainTileFromOperandTile`.
60+
- `getTiledImplementationFromOperandTiles`
61+
- `getIterationDomainTileFromOperandTiles`.
6262
}];
6363
let cppNamespace = "::mlir";
6464
let methods = [

0 commit comments

Comments
 (0)