Skip to content

Commit 4cab4f4

Browse files
authored
[mlir][linalg] Update name of linalg ods-gen target in docs (NFC) (#107742)
1 parent e29e7e7 commit 4cab4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/docs/Dialects/Linalg/OpDSL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ python -m mlir.dialects.linalg.opdsl.dump_oplib .ops.core_named_ops
2323
```
2424

2525
Alternatively, run the `$PWD/build/bin/update_core_linalg_named_ops.sh` script,
26-
which is available after building the `mlir-linalg-ods-gen` target. The tool is
27-
meant for use during both development and runtime, but not as a build tool of
26+
which is available after building the `mlir-linalg-ods-yaml-gen` target. The tool
27+
is meant for use during both development and runtime, but not as a build tool of
2828
the core compiler: in order to export static named op definitions to be built as
2929
part of the compiler, the corresponding Linalg dialect YAML file must be updated
3030
and reviewed. TODO: Develop a script to automate op updates to these files.

0 commit comments

Comments
 (0)