Lunderberg commented on a change in pull request #10550:
URL: https://github.com/apache/tvm/pull/10550#discussion_r823778637



##########
File path: python/tvm/script/tir/__init__.pyi
##########
@@ -128,6 +128,18 @@ def store(
     var: Var, index: PrimExpr, value: PrimExpr, predicate: Union[PrimExpr, 
builtins.bool] = True
 ) -> None: ...
 def comm_reducer(lambda_io: Callable[[Any, Any], Any], identities: 
List[PrimExpr]) -> PrimExpr: ...
+def preflattened_buffer(
+    buf: Var,

Review comment:
       The first argument should be a `Buffer`, so that it can be matched to 
the same `Buffer` object as appears in the `buffer_map`.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to