multiverstack-intellif commented on code in PR #14766:
URL: https://github.com/apache/tvm/pull/14766#discussion_r1192260165


##########
python/tvm/tir/schedule/schedule.py:
##########
@@ -2691,13 +2691,15 @@ def after_set_dtype(
     ########## Schedule: Blockize & Tensorize ##########
 
     @type_checked
-    def blockize(self, loop: LoopRV, preserve_unit_iters: bool = True) -> 
BlockRV:
+    def blockize(
+        self, target: Union[LoopRV, List[BlockRV]], preserve_unit_iters: bool 
= True
+    ) -> BlockRV:
         """Convert the subtree rooted at a specific loop into a block.

Review Comment:
   Thanks, updated now.



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