diff --git a/mlir/lib/Bindings/Python/mlir/dialects/linalg/opdsl/dump_oplib.py b/mlir/lib/Bindings/Python/mlir/dialects/linalg/opdsl/dump_oplib.py --- a/mlir/lib/Bindings/Python/mlir/dialects/linalg/opdsl/dump_oplib.py +++ b/mlir/lib/Bindings/Python/mlir/dialects/linalg/opdsl/dump_oplib.py @@ -14,7 +14,7 @@ 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