[Mlir-commits] [mlir] [mlir][docs] Fix name of `mlir-linalg-ods-yaml-gen`(NFC) (PR #113029)
Longsheng Mou
llvmlistbot at llvm.org
Sat Oct 19 01:27:02 PDT 2024
https://github.com/CoTinker created https://github.com/llvm/llvm-project/pull/113029
None
>From 31d99048b27d6e101286cd5e75e2c55696ecfe4a Mon Sep 17 00:00:00 2001
From: Longsheng Mou <longshengmou at gmail.com>
Date: Sat, 19 Oct 2024 16:26:18 +0800
Subject: [PATCH] [mlir][docs] Fix name of `mlir-linalg-ods-yaml-gen`(NFC)
---
mlir/docs/Dialects/Linalg/_index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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