zxybazh commented on a change in pull request #9132:
URL: https://github.com/apache/tvm/pull/9132#discussion_r717117645



##########
File path: src/meta_schedule/utils.h
##########
@@ -21,13 +21,91 @@
 
 #include <tvm/meta_schedule/arg_info.h>
 #include <tvm/meta_schedule/builder.h>
+#include <tvm/meta_schedule/runner.h>
+#include <tvm/meta_schedule/search_strategy.h>
 #include <tvm/meta_schedule/space_generator.h>
 #include <tvm/meta_schedule/tune_context.h>
+#include <tvm/support/parallel_for.h>
 
+#include <vector>
+
+#include "../printer/text_printer.h"
 #include "../support/array.h"
+#include "../tir/schedule/primitive.h"
 
 namespace tvm {
-namespace meta_schedule {}  // namespace meta_schedule
+namespace meta_schedule {
+
+/*!
+ * \brief Find the entry function of the given IRModule.

Review comment:
       Good pt. Will add.




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