We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2147145 commit e75f13bCopy full SHA for e75f13b
python/tvm/script/parser.py
@@ -596,7 +596,7 @@ def transform_SubscriptAssign(self, node):
596
else:
597
if symbol.dtype == "handle" and len(indexes) != 1:
598
self.report_error(
599
- "Handles only support one-dimensional indexing. Use `T.match_buffer` to " \
+ "Handles only support one-dimensional indexing. Use `T.match_buffer` to "
600
"construct a multidimensional buffer from a handle.",
601
node.params[0].span,
602
)
0 commit comments