shingjan commented on a change in pull request #10874:
URL: https://github.com/apache/tvm/pull/10874#discussion_r840895825
##########
File path: python/tvm/exec/popen_worker.py
##########
@@ -69,6 +79,7 @@ def _cancel_run(status):
lock.release()
while True:
+ reader = get_reader()
Review comment:
Offline synced with @zxybazh and this fix seems to only re-opens the
same file descriptor each time the popenworker is reused. @junrushao1994 Thanks
for the clarification!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]