shingjan commented on a change in pull request #8789: URL: https://github.com/apache/tvm/pull/8789#discussion_r692370647
########## File path: python/tvm/contrib/popen_pool.py ########## @@ -128,6 +132,9 @@ def _start(self): if self._proc is not None: return + if self._initializer is not None: Review comment: done -- 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. To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org