This is an automated email from the ASF dual-hosted git repository.
wuwei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 91dc8efe0f [TIR] Fix typo in doc (#14178)
91dc8efe0f is described below
commit 91dc8efe0feb7612f05b9373cbe9723fafd05f01
Author: Wuwei Lin <[email protected]>
AuthorDate: Thu Mar 2 15:06:21 2023 -0800
[TIR] Fix typo in doc (#14178)
---
python/tvm/tir/schedule/schedule.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/tvm/tir/schedule/schedule.py
b/python/tvm/tir/schedule/schedule.py
index 4727b4a5f0..04355eb16e 100644
--- a/python/tvm/tir/schedule/schedule.py
+++ b/python/tvm/tir/schedule/schedule.py
@@ -1425,7 +1425,7 @@ class Schedule(Object):
Examples
--------
- Before transform_layout, in TensorIR, the IR is:
+ Before reindex, in TensorIR, the IR is:
.. code-block:: python