Lunderberg commented on code in PR #15103:
URL: https://github.com/apache/tvm/pull/15103#discussion_r1285217819
##########
src/target/source/codegen_c.h:
##########
@@ -65,12 +65,30 @@ class CodeGenC : public ExprFunctor<void(const PrimExpr&,
std::ostream&)>,
* \param output_ssa Whether output SSA.
*/
void Init(bool output_ssa);
+
/*!
* \brief Add the function to the generated module.
Review Comment:
Good call, and updated.
--
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]