spectrometerHBH commented on code in PR #11088:
URL: https://github.com/apache/tvm/pull/11088#discussion_r856817155


##########
include/tvm/meta_schedule/postproc.h:
##########
@@ -149,10 +149,11 @@ class Postproc : public runtime::ObjectRef {
    */
   TVM_DLL static Postproc RewriteUnboundBlock(int max_threadblock);
   /*!
-   * \brief Create a postprocessor that tensorize Tensor Core related 
components
-   * \return The postprocessor created.
+   * \brief Create a postprocessor that applies tensorization to annotated 
blocks
+   * \param vectorize_init_loop Whether or not vectorize the initialization 
loop produced by
+   * DecomposeReduction \return The postprocessor created.

Review Comment:
   new line 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