shingjan commented on a change in pull request #8851:
URL: https://github.com/apache/tvm/pull/8851#discussion_r697678994
##########
File path: tests/python/unittest/test_autotvm_measure.py
##########
@@ -76,7 +76,7 @@ def submit(self, func, *args, **kwargs):
self.ran_dummy_executor = True
sig = Signature.from_callable(func)
assert sig.bind(*args, **kwargs).arguments["ref_input"] == refinp
- return measure.local_executor.LocalFutureNoFork(None)
+ return executor.LocalFutureNoFork(None)
Review comment:
done. I thought about using `concurrent.futures.Future` but for some
reason I didn't stick with it at the end.
--
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]