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 2020/11/24 16:25:57 UTC

[GitHub] [tvm] manupa-arm opened a new pull request #6968: Bug fix for debug builds in micro_session.cc

manupa-arm opened a new pull request #6968:
URL: https://github.com/apache/tvm/pull/6968


   * kReceiveBufferSizeBytes is declared but not defined (as it is a static constexpr)
   * If the build decides not to inline kReceiveBufferSizeBytes, we will encounter a linking error.
   * This was seen as an issue in the Debug builds.
   
   Discuss : https://discuss.tvm.apache.org/t/ci-c-standard-for-the-tvm-project/8508/3
   
   cc: @areusch @tqchen 
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] tqchen merged pull request #6968: Bug fix for debug builds in micro_session.cc

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6968:
URL: https://github.com/apache/tvm/pull/6968


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org