tqchen opened a new pull request #7889: URL: https://github.com/apache/tvm/pull/7889
Previously the rpc server relies multiprocessing to start a new process and does not work under jupyter. It also have a popen mode that does ensure the socket start listening before returning the port number. This PR switches the implementations use PopenWorker. The port number is returned after the socket get binded, which resolves some of the RPC flaky issues(need sleep to wait the server to start). It also makes the RPC server jupyter friendly. -- 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: [email protected]
