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 2021/09/08 00:17:03 UTC

[GitHub] [tvm] kparzysz-quic commented on a change in pull request #8948: [Hexagon] Sort functions before adding to LLVM codegen

kparzysz-quic commented on a change in pull request #8948:
URL: https://github.com/apache/tvm/pull/8948#discussion_r703933898



##########
File path: src/target/llvm/codegen_hexagon.cc
##########
@@ -730,6 +730,12 @@ runtime::Module BuildHexagon(IRModule mod, Target target) {
     funcs.emplace_back(f);
   }
 
+  std::sort(funcs.begin(), funcs.end(), [](PrimFunc func_a, PrimFunc func_b) {

Review comment:
       Here's a generalized version of this PR: https://github.com/apache/tvm/pull/8958.




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