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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Sep 8 00:33:01 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-linalg

@llvm/pr-subscribers-mlir

Author: Felix Schneider (ubfx)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/107742.diff


1 Files Affected:

- (modified) mlir/docs/Dialects/Linalg/OpDSL.md (+2-2) 


``````````diff
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.

``````````

</details>


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


More information about the Mlir-commits mailing list