tqchen commented on a change in pull request #7757:
URL: https://github.com/apache/tvm/pull/7757#discussion_r604845946



##########
File path: python/tvm/exec/popen_worker.py
##########
@@ -49,6 +50,8 @@ def main():
         reader = os.fdopen(int(sys.argv[1]), "rb")
         writer = os.fdopen(int(sys.argv[2]), "wb")
 
+    logging.basicConfig(level=logging.INFO)

Review comment:
       yes, we want to enable logging when functions being pushed to the worker 
contains logging logic.




-- 
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