junrushao1994 commented on a change in pull request #8716:
URL: https://github.com/apache/tvm/pull/8716#discussion_r689961081
##########
File path: src/driver/driver_api.cc
##########
@@ -355,6 +356,7 @@ IRModule LowerSchedule(te::Schedule sch, const
Array<ObjectRef>& args, const std
IRModule mod = ScheduleToModule(std::move(sch), args, name, binds);
// Get the legacy TE pass list
Array<transform::Pass> pass_list = CreatePassList(simple_mode);
+ LOG(INFO) << "mod =\n" << mod;
Review comment:
remove this
--
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]