MasterJH5574 commented on a change in pull request #8943:
URL: https://github.com/apache/tvm/pull/8943#discussion_r704889880
##########
File path: src/tir/schedule/utils.h
##########
@@ -163,6 +165,21 @@ inline Stmt RemoveFromSeqStmt(const SeqStmt& seq, const
Stmt& to_remove) {
return SeqStmt::Flatten(new_stmts);
}
+/*!
+ * \brief Convert a Stmt to an Array.
+ * \param stmt The Stmt ti be converted to
Review comment:
Ooooops...
```suggestion
* \param stmt The Stmt to be converted to
```
--
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]