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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Sep 8 08:55:19 PDT 2024


Author: Felix Schneider
Date: 2024-09-08T16:55:15+01:00
New Revision: 4cab4f43d199b2de579892913a5e36f2c4f4cb80

URL: https://github.com/llvm/llvm-project/commit/4cab4f43d199b2de579892913a5e36f2c4f4cb80
DIFF: https://github.com/llvm/llvm-project/commit/4cab4f43d199b2de579892913a5e36f2c4f4cb80.diff

LOG: [mlir][linalg] Update name of linalg ods-gen target in docs (NFC) (#107742)

Added: 
    

Modified: 
    mlir/docs/Dialects/Linalg/OpDSL.md

Removed: 
    


################################################################################
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