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/09/08 22:30:13 UTC

[GitHub] [tvm] shingjan opened a new pull request #8970: [AutoScheduler] Change the doc to reflect previous code change

shingjan opened a new pull request #8970:
URL: https://github.com/apache/tvm/pull/8970


   This PR intends to change the doc of `auto_scheduler/measure.py` to reflect code change from #8939.
   
   @vinx13 @junrushao1994 @tqchen 
   


-- 
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-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] masahi merged pull request #8970: [AutoScheduler] Change the doc to reflect previous code change

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #8970:
URL: https://github.com/apache/tvm/pull/8970


   


-- 
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-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] shingjan commented on a change in pull request #8970: [AutoScheduler] Change the doc to reflect previous code change

Posted by GitBox <gi...@apache.org>.
shingjan commented on a change in pull request #8970:
URL: https://github.com/apache/tvm/pull/8970#discussion_r704819514



##########
File path: python/tvm/auto_scheduler/measure.py
##########
@@ -652,8 +652,8 @@ def local_build_worker(args):
 
     Parameters
     ----------
-    args: Tuple[MeasureInput, str, int, int]
-        inputs, build-func, time, verbose args passed to local_builder_build
+    args: Tuple[MeasureInput, callable, int]
+        inputs, build-func, verbose args passed to local_builder_build

Review comment:
       I also removed the `time` argument here as it seems to be removed already.




-- 
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-unsubscribe@tvm.apache.org

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