areusch edited a comment on pull request #8203:
URL: https://github.com/apache/tvm/pull/8203#issuecomment-857216135


   @lmxyy ah i had missed the thing at your [first code 
pointer](https://github.com/apache/tvm/blob/64a8e81eeeefee0b11669dc83ee0d9ec871270f7/python/tvm/rpc/tracker.py#L170).
 
   
   could you change that line to `self._info = {}` then? there is no sense in 
recording the tracker connection's remote address in place of the RPC server 
that should be there. the "dummy" value you're referring to is the port 
dynamically allocated by the OS of the machine running the RPC server when the 
tracker connection is 
[established](https://github.com/apache/tvm/blob/64a8e81eeeefee0b11669dc83ee0d9ec871270f7/python/tvm/rpc/server.py#L213).
   
   cc @tqchen in case he knows why we do this


-- 
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:
us...@infra.apache.org


Reply via email to