junrushao1994 commented on a change in pull request #8767:
URL: https://github.com/apache/tvm/pull/8767#discussion_r691549659



##########
File path: python/tvm/tir/schedule/schedule.py
##########
@@ -442,6 +442,64 @@ def after_split(a: ty.handle, b: ty.handle) -> None:
         # that there is at most one None in `factors`
         return _ffi_api.ScheduleSplit(self, loop, factors)  # type: ignore # 
pylint: disable=no-member
 
+    def reorder(self, *loops: List[LoopRV]) -> None:

Review comment:
       To be consistent with the C++ API
   
   ```suggestion
       def reorder(self, *ordered_loops: List[LoopRV]) -> None:
   ```




-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to