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:13:29 UTC

[GitHub] [tvm] vinx13 commented on a change in pull request #8939: [AutoScheduler] Fix custom build func in PopenWorker

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



##########
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:
       Good catch, could you send a PR?




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