[Mlir-commits] [mlir] [mlir][linalg] Update name of linalg ods-gen target in docs (NFC) (PR #107742)

Felix Schneider llvmlistbot at llvm.org
Sun Sep 8 00:32:32 PDT 2024


https://github.com/ubfx created https://github.com/llvm/llvm-project/pull/107742

None

>From 9484caa76d53b420d547af87f4c1ff706afdc4bd Mon Sep 17 00:00:00 2001
From: Felix Schneider <fx.schn at gmail.com>
Date: Sun, 8 Sep 2024 09:30:51 +0200
Subject: [PATCH] [mlir][linalg] Update name of linalg ods-gen target in docs
 (NFC)

---
 mlir/docs/Dialects/Linalg/OpDSL.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mlir/docs/Dialects/Linalg/OpDSL.md b/mlir/docs/Dialects/Linalg/OpDSL.md
index 9d324d8c538ac7..3292130abb69ea 100644
--- a/mlir/docs/Dialects/Linalg/OpDSL.md
+++ b/mlir/docs/Dialects/Linalg/OpDSL.md
@@ -23,8 +23,8 @@ python -m mlir.dialects.linalg.opdsl.dump_oplib .ops.core_named_ops
 ```
 
 Alternatively, run the `$PWD/build/bin/update_core_linalg_named_ops.sh` script,
-which is available after building the `mlir-linalg-ods-gen` target. The tool is
-meant for use during both development and runtime, but not as a build tool of
+which is available after building the `mlir-linalg-ods-yaml-gen` target. The tool
+is meant for use during both development and runtime, but not as a build tool of
 the core compiler: in order to export static named op definitions to be built as
 part of the compiler, the corresponding Linalg dialect YAML file must be updated
 and reviewed. TODO: Develop a script to automate op updates to these files.



More information about the Mlir-commits mailing list