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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]