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 2022/03/14 17:44:06 UTC

[GitHub] [tvm] alanmacd commented on a change in pull request #10590: Add order to functions in C Codegen

alanmacd commented on a change in pull request #10590:
URL: https://github.com/apache/tvm/pull/10590#discussion_r826222250



##########
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:
       nit: maybe mention that it's "in a deterministic order to aid debugging."




-- 
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