From 31d99048b27d6e101286cd5e75e2c55696ecfe4a Mon Sep 17 00:00:00 2001 From: Longsheng Mou 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 fbd1a451dc094..976f0fd3c7e91 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.