MasterJH5574 opened a new pull request, #16133:
URL: https://github.com/apache/tvm/pull/16133

   This PR introduces the runtime parallel-for helper function in C++ with the 
threading backend in TVM.
   
   Right now the existing 
[parallel-for](https://github.com/apache/tvm/blob/bd67d2e5ebde1aec18bcfa74c087516579bda1ae/include/tvm/support/parallel_for.h#L48-L68)
 in TVM is not thread persistent,
   in which case we cannot get persistent TLS for each thread.
   
   The introduced parallel-for-with-threading-backend function leverages the 
threading backend in TVM and persists threads.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to