shingjan commented on a change in pull request #8492:
URL: https://github.com/apache/tvm/pull/8492#discussion_r687983298
##########
File path: python/tvm/auto_scheduler/measure.py
##########
@@ -664,15 +665,13 @@ def local_build_worker(args):
)
build_func = BuildFunc.build_func
- res = call_func_with_timeout(timeout, _timed_func, args=(inp, build_func,
verbose))
Review comment:
`timeout` is still used in line 674 for building the result if an
exception is thrown. Would that be okay if we keep this argument here?
--
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]