[Mlir-commits] [mlir] [mlir][TilingInterface] Fix function names in docs (PR #165648)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Oct 29 22:23:50 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Joshua Cao (caojoshua)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/165648.diff
1 Files Affected:
- (modified) mlir/include/mlir/Interfaces/TilingInterface.td (+2-2)
``````````diff
diff --git a/mlir/include/mlir/Interfaces/TilingInterface.td b/mlir/include/mlir/Interfaces/TilingInterface.td
index 0c0fc88aec95a..e0516abdfcf0c 100644
--- a/mlir/include/mlir/Interfaces/TilingInterface.td
+++ b/mlir/include/mlir/Interfaces/TilingInterface.td
@@ -57,8 +57,8 @@ def TilingInterface : OpInterface<"TilingInterface"> {
For an operation to be "tiled and fused" with its (already tiled) producer,
an operation has to implement the following additional methods (see
description below):
- - `getTiledImplementationFromOperandTile`
- - `getIterationDomainTileFromOperandTile`.
+ - `getTiledImplementationFromOperandTiles`
+ - `getIterationDomainTileFromOperandTiles`.
}];
let cppNamespace = "::mlir";
let methods = [
``````````
</details>
https://github.com/llvm/llvm-project/pull/165648
More information about the Mlir-commits
mailing list