yidawang commented on issue #15465: [RFC] Integrate TVM into Apache MXNet
URL: 
https://github.com/apache/incubator-mxnet/issues/15465#issuecomment-509730974
 
 
   We will never want to use two thread pools simultaneously. We should use the 
one which gives best-to-date performance. Technically it is not difficult for 
TVM to switch among different thread pool implementations. So we just need to 
benchmark them and decide which one to use. As @tqchen said, our benchmarking 
results show that the current TVM thread pool is better than the ones using 
OpenMP APIs. Please check out [this 
paper](https://www.usenix.org/conference/atc19/presentation/liu-yizhi) for 
details.

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

Reply via email to