forked from OSchip/llvm-project
[mlir][python] NFC - Fix stale path in doc
Differential Revision: https://reviews.llvm.org/D99345
This commit is contained in:
parent
4d478121f3
commit
69d01e0e40
|
@ -14,7 +14,7 @@ this module). Loose module files can be specified via `--file <filepath>`.
|
|||
Sample usage:
|
||||
# Dump the YAML op definitions for the core named ops (as in the dialect
|
||||
# source tree).
|
||||
python -m mlir.tools.linalg_opdsl.dump_oplib .ops.core_named_ops
|
||||
python -m mlir.dialects.linalg.opdsl.dump_oplib .ops.core_named_ops
|
||||
|
||||
Note: YAML output is emitted in "document list" format with each operation
|
||||
as its own "document". Practically, this means that each operation (or group
|
||||
|
|
Loading…
Reference in New Issue