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/09/01 20:23:33 UTC

[GitHub] [tvm] rkimball opened a new pull request, #12678: Move static array initialization into a function go avoid link errors

rkimball opened a new pull request, #12678:
URL: https://github.com/apache/tvm/pull/12678

   If statically linking to tvm_runtime and using map.h I get a link error about redefinition of `kNextProbeLocation`. To hide this static initialization I put it in a function. The performance will be the same it just makes linking a little easier.
   


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


[GitHub] [tvm] vinx13 merged pull request #12678: Move static array initialization into a function go avoid link errors

Posted by GitBox <gi...@apache.org>.
vinx13 merged PR #12678:
URL: https://github.com/apache/tvm/pull/12678


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