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 16:25:12 UTC

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

tkonolige commented on a change in pull request #7553:
URL: https://github.com/apache/tvm/pull/7553#discussion_r584857735



##########
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:
       It might be worthwhile to add some more documentation to these objects.




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