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



##########
File path: python/tvm/script/tir/special_stmt.py
##########
@@ -132,6 +132,7 @@ def match_buffer(
             align=-1,
             offset_factor=0,
             buffer_type="default",
+            flatten_buffer=False,

Review comment:
       Thank you for pointing it out, and I ended up removing the argument 
entirely.  It was an early attempt that was later replaced with 
`T.preflattened_buffer`, and I should have removed it at that point.




-- 
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