mehrdadh commented on a change in pull request #10590:
URL: https://github.com/apache/tvm/pull/10590#discussion_r826406795
##########
File path: src/target/source/codegen_c_host.h
##########
@@ -42,7 +43,12 @@ class CodeGenCHost : public CodeGenC {
void InitGlobalContext();
void AddFunction(const PrimFunc& f);
-
+ /*!
+ * \brief Add functions from the (unordered) range to the current module in
a deterministic order.
Review comment:
name of the functions in the vector are not ordered.
--
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]