You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/03/01 19:31:55 UTC

[GitHub] [tvm] tqchen commented on a change in pull request #7553: [TensorIR] introduce Block and BlockRealize

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:
users@infra.apache.org