tqchen commented on a change in pull request #7553:
URL: https://github.com/apache/tvm/pull/7553#discussion_r584992458
##########
File path: python/tvm/tir/stmt.py
##########
@@ -429,6 +433,164 @@ def __init__(self, buffer, bounds, span=None):
self.__init_handle_by_constructor__(_ffi_api.Prefetch, buffer, bounds,
span)
+@tvm._ffi.register_object("tir.BufferRegion")
+class BufferRegion(Object):
+ """BufferRegion node.
Review comment:
I agree some comments might be useful, however given the existing nodes
are documented as they are, we might want to do it as a followup(and move some
comments from c++)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]