shingjan commented on a change in pull request #8939:
URL: https://github.com/apache/tvm/pull/8939#discussion_r704810605



##########
File path: python/tvm/auto_scheduler/measure.py
##########
@@ -701,7 +700,7 @@ def local_builder_build(inputs, timeout, n_parallel, 
build_func="default", verbo
         [
             (
                 i.serialize(),
-                build_func,
+                BuildFunc.build_func,

Review comment:
       If we are passing the callable function here, should we also change the 
type of this argument from `str` to `callable` at line 655?




-- 
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]


Reply via email to