FrozenGene commented on a change in pull request #4344: [ThreadPool] Solve
thread transitions issue
URL: https://github.com/apache/incubator-tvm/pull/4344#discussion_r346910933
##########
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:
This doesn't change the default value of SGX. Here is if not define, i.e.
normal backend.
----------------------------------------------------------------
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