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/01/04 06:13:01 UTC

[GitHub] [tvm] leowang1225 commented on a change in pull request #7185: [AutoScheduler] Add custom build function

leowang1225 commented on a change in pull request #7185:
URL: https://github.com/apache/tvm/pull/7185#discussion_r551132967



##########
File path: python/tvm/auto_scheduler/measure.py
##########
@@ -628,6 +636,8 @@ def local_build_worker(args):
         build_func = tar.tar
     elif build_func == "ndk":
         build_func = ndk.create_shared
+    elif build_func == "custom":

Review comment:
       I change all conditions to BuildFunc




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org