junrushao1994 commented on code in PR #11518:
URL: https://github.com/apache/tvm/pull/11518#discussion_r887530147


##########
src/meta_schedule/task_scheduler/task_scheduler.cc:
##########
@@ -94,6 +94,8 @@ void SendToRunner(const Runner& runner, const TuneContext& 
context, PackedFunc l
 
 void TaskSchedulerNode::InitializeTask(int task_id) {
   TuneContext task = this->tasks[task_id];
+  TVM_PY_LOG(INFO, this->logging_func)

Review Comment:
   this is expected behavior that we print something out on screen



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