[Mlir-commits] [mlir] [mlir][docs] Fix name of `mlir-linalg-ods-yaml-gen`(NFC) (PR #113029)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Oct 19 01:27:40 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
@llvm/pr-subscribers-mlir-linalg
Author: Longsheng Mou (CoTinker)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/113029.diff
1 Files Affected:
- (modified) mlir/docs/Dialects/Linalg/_index.md (+1-1)
``````````diff
diff --git a/mlir/docs/Dialects/Linalg/_index.md b/mlir/docs/Dialects/Linalg/_index.md
index fbd1a451dc094e..976f0fd3c7e911 100644
--- a/mlir/docs/Dialects/Linalg/_index.md
+++ b/mlir/docs/Dialects/Linalg/_index.md
@@ -667,7 +667,7 @@ directly.
This facility is currently in flight and is intended to subsume the above when
ready. See the C++ class to YAML mapping traits in
-`mlir-mlinalg-ods-yaml-gen.cpp` as the source of truth for the schema.
+`mlir-linalg-ods-yaml-gen.cpp` as the source of truth for the schema.
Most of the above documentation roughly applies to this path and will be ported
as migration continues.
``````````
</details>
https://github.com/llvm/llvm-project/pull/113029
More information about the Mlir-commits
mailing list