File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/docs/Dialects/Linalg Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ python -m mlir.dialects.linalg.opdsl.dump_oplib .ops.core_named_ops
23
23
```
24
24
25
25
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
28
28
the core compiler: in order to export static named op definitions to be built as
29
29
part of the compiler, the corresponding Linalg dialect YAML file must be updated
30
30
and reviewed. TODO: Develop a script to automate op updates to these files.
You can’t perform that action at this time.
0 commit comments