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 2020/11/17 10:52:39 UTC

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6924: [AutoTVM][RPCRunner] timeout is not passed correctly

merrymercy commented on a change in pull request #6924:
URL: https://github.com/apache/incubator-tvm/pull/6924#discussion_r525061557



##########
File path: python/tvm/autotvm/measure/measure_methods.py
##########
@@ -228,7 +228,7 @@ def __init__(
         self.host = host
         self.port = port
         self.priority = priority
-        self.timeout = timeout
+        self.timeout = timeout * (self.n_parallel + 1 )

Review comment:
       ```suggestion
           self.timeout = timeout
   ```




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