tqchen commented on issue #4344: [ThreadPool] Solve thread transitions issue URL: https://github.com/apache/incubator-tvm/pull/4344#issuecomment-555332772 I think there seems to be two concerns: - Whether we want to use cpu as worker0 - Whether we want bind the master thread to CPU0 The problematic case seems can be resolved by not binding the master thread, but still include as part of the worker thread. By default, we bind the rest of the threads but not the master one.
---------------------------------------------------------------- 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
