You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/08/15 10:31:54 UTC

[GitHub] [incubator-tvm] jcf94 commented on pull request #6275: [Support] Add parallel_for support to run a loop in parallel

jcf94 commented 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, see 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:
users@infra.apache.org