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



##########
File path: python/tvm/autotvm/utils.py
##########
@@ -111,7 +112,7 @@ def pool_map(func, args, batch_size, verbose=False, 
pool=None):
 
     ret = None
     tic = time.time()
-    local_pool = pool or multiprocessing.Pool()
+    local_pool = pool or PopenPoolExecutor()

Review comment:
       same as above. No specific number of processes here. We may consider 
adding a default number of process getting created in the implementation of 
`PopenPoolExecutor`




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