Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hzfengsy committed Jul 29, 2021
1 parent cd511b2 commit 9f92665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/script/special_stmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class MatchBuffer(SpecialStmt):
Match buffer from Buffer subregion
.. code-block:: python
A = tir.match_buffer(, (128, 128), dtype="float32")
A = tir.match_buffer(B[0:128, i * 128 : i * 128 + 128], (128, 128), dtype="float32")
"""

def __init__(self):
Expand Down

0 comments on commit 9f92665

Please sign in to comment.