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/06/08 22:20:00 UTC

[GitHub] [tvm] areusch edited a comment on pull request #8203: [Bug Fixed] Make query_rpc_tracker show the correct device server port and customized address

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