FrozenGene commented on issue #4344: [ThreadPool] Solve thread transitions issue URL: https://github.com/apache/incubator-tvm/pull/4344#issuecomment-555566529 @vinx13 @yidawang @tqchen I use `pthread_atfork` function to avoid master thread affinity derived by child threads. I find this solution suggested by @tqchen more elegant. But open to listen more comments.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
