Skip to content

Commit 75a38e8

Browse files
huajsjpfk-beta
authored andcommitted
[Runtime][ThreadPool] Remove a cout log output. (apache#10560)
There is a debug std::cout logic left in thread_pool.cc, remove it.
1 parent 59ad55a commit 75a38e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/thread_pool.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ TVM_REGISTER_GLOBAL("runtime.config_threadpool").set_body([](TVMArgs args, TVMRe
386386
for (auto cpu : cpu_array) {
387387
ICHECK(IsNumber(cpu)) << "The CPU core information '" << cpu << "' is not a number.";
388388
cpus.push_back(std::stoi(cpu));
389-
std::cout << "cpu is " << cpu << std::endl;
390389
}
391390
}
392391
threading::Configure(mode, nthreads, cpus);

0 commit comments

Comments
 (0)