[Mlir-commits] [mlir] 69d01e0 - [mlir][python] NFC - Fix stale path in doc
Nicolas Vasilache
llvmlistbot at llvm.org
Fri Mar 26 08:27:39 PDT 2021
Author: Nicolas Vasilache
Date: 2021-03-26T15:27:12Z
New Revision: 69d01e0e4001573612b0de234a05d3d2580fc3b8
URL: https://github.com/llvm/llvm-project/commit/69d01e0e4001573612b0de234a05d3d2580fc3b8
DIFF: https://github.com/llvm/llvm-project/commit/69d01e0e4001573612b0de234a05d3d2580fc3b8.diff
LOG: [mlir][python] NFC - Fix stale path in doc
Differential Revision: https://reviews.llvm.org/D99345
Added:
Modified:
mlir/lib/Bindings/Python/mlir/dialects/linalg/opdsl/dump_oplib.py
Removed:
################################################################################
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
index 98bf2e247ea18..bacc0c302c5e3 100644
--- 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
More information about the Mlir-commits
mailing list