sunjiweiswift commented on a change in pull request #8655:
URL: https://github.com/apache/tvm/pull/8655#discussion_r754871125



##########
File path: include/tvm/tir/transform.h
##########
@@ -121,6 +121,15 @@ TVM_DLL Pass LoopPartition();
  */
 TVM_DLL Pass VectorizeLoop(bool enable_vectorize = true);
 
+/*!
+ * \brief Lower vectorization loops.
+ *
+ * \param enable_vectorize Whether vectorization is enabled.
+ *
+ * \return The pass.
+ */
+TVM_DLL Pass VectorizeLoopScalable(bool enable_vectorize = true);

Review comment:
       No function implementation




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