You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/12/22 03:23:38 UTC

[GitHub] [tvm] sunjiweiswift commented on a change in pull request #8655: Adding initial SVE support to TVM

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org