jcf94 edited a comment on pull request #6275:
URL: https://github.com/apache/incubator-tvm/pull/6275#issuecomment-674380398


   > @jcf94 it would be great if we can simplify the parallel for 
implementation, e.g. std::thread has pretty low launching overhead, and we can 
likely drop the threadpool and start std::thread on each parallel_for round. As 
long as the function cost is not high, it should be a simpler implementation.
   
   I've tried a simpler implementation using std::thread, have a look if this 
is better. 😄 


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


Reply via email to