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

2021-01-04 Thread GitBox
jcf94 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551179115 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -624,12 +652,10 @@ def local_build_worker(args): The build result of this Builder thread.

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

2021-01-04 Thread GitBox
jcf94 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551179115 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -624,12 +652,10 @@ def local_build_worker(args): The build result of this Builder thread.

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

2021-01-04 Thread GitBox
jcf94 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551163552 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -624,12 +652,10 @@ def local_build_worker(args): The build result of this Builder thread.

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

2021-01-04 Thread GitBox
jcf94 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551163552 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -624,12 +652,10 @@ def local_build_worker(args): The build result of this Builder thread.

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

2021-01-03 Thread GitBox
jcf94 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551138247 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -624,12 +647,7 @@ def local_build_worker(args): The build result of this Builder thread.

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

2021-01-03 Thread GitBox
jcf94 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551137236 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -303,12 +312,26 @@ class LocalBuilder(ProgramBuilder): This is used in a wrapper of the