shingjan commented on a change in pull request #8789:
URL: https://github.com/apache/tvm/pull/8789#discussion_r692379797



##########
File path: python/tvm/contrib/popen_pool.py
##########
@@ -86,8 +86,12 @@ class PopenWorker:
     API to interact with a separate process via Popen.
     """
 
-    def __init__(self):
+    def __init__(self, initializer=None, initargs=()):

Review comment:
       done

##########
File path: python/tvm/contrib/popen_pool.py
##########
@@ -276,14 +288,19 @@ class PopenPoolExecutor:
     behavior of multiprocessing.pool().
     """
 
-    def __init__(self, max_workers=None, timeout=None):
+    def __init__(self, max_workers=None, timeout=None, initializer=None, 
initargs=()):

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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to