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 2019/11/15 16:36:53 UTC

[GitHub] [incubator-tvm] vinx13 commented on a change in pull request #4344: [ThreadPool] Solve thread transitions issue

vinx13 commented on a change in pull request #4344: [ThreadPool] Solve thread transitions issue
URL: https://github.com/apache/incubator-tvm/pull/4344#discussion_r346909944
 
 

 ##########
 File path: src/runtime/thread_pool.cc
 ##########
 @@ -370,11 +374,7 @@ class ThreadPool {
   // number of workers used (can be restricted with affinity pref)
   int num_workers_used_;
   // if excluding worker 0 and using master to run task 0
-#ifndef _LIBCPP_SGX_CONFIG
-  bool exclude_worker0_{true};
 
 Review comment:
   shall we keep default values for SGX unchanged?

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


With regards,
Apache Git Services