masahi commented on code in PR #11596:
URL: https://github.com/apache/tvm/pull/11596#discussion_r890665330


##########
src/meta_schedule/postproc/rewrite_tensorize.cc:
##########
@@ -28,26 +28,26 @@ namespace meta_schedule {
 using tir::BlockRV;
 using tir::LoopRV;
 
-void ApplyTensorization(const tir::Schedule& sch, const String& func_name,
-                        const tir::PrimFuncNode* func, bool 
vectorize_init_loop) {
-  std::vector<std::pair<std::string, std::function<void(tir::BlockRV)>>> jobs;
-
+void ApplyTensorization(

Review Comment:
   We should rename this function, since we are not applying here.



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