[Mlir-commits] [mlir] 8fe49b0 - [mlir][docs] Fix name of `mlir-linalg-ods-yaml-gen`(NFC) (#113029)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Oct 19 05:10:19 PDT 2024
Author: Longsheng Mou
Date: 2024-10-19T20:10:15+08:00
New Revision: 8fe49b0bbef5134c87adc2719165392fca1865c3
URL: https://github.com/llvm/llvm-project/commit/8fe49b0bbef5134c87adc2719165392fca1865c3
DIFF: https://github.com/llvm/llvm-project/commit/8fe49b0bbef5134c87adc2719165392fca1865c3.diff
LOG: [mlir][docs] Fix name of `mlir-linalg-ods-yaml-gen`(NFC) (#113029)
Added:
Modified:
mlir/docs/Dialects/Linalg/_index.md
Removed:
################################################################################
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.
More information about the Mlir-commits
mailing list