merrymercy commented on pull request #6671:
URL: https://github.com/apache/incubator-tvm/pull/6671#issuecomment-708103769


   Note that "spawn" is slower than "fork" 
(https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods).
   We should not change all default settings to "spawn".
   We should prefer "fork" as the default setting when it is possible.


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