tkonolige opened a new pull request #7696:
URL: https://github.com/apache/tvm/pull/7696


   Fixes #7683.
   
   The go bindings are using a **very** brittle approach to vendoring TVM. They 
build their own version of the tvm_runtime by just `#include`ing all the 
runtime files. This does not correctly link to dependencies and breaks every 
time a new runtime file is added. The go bindings should really just link 
directly to libtvm_runtime.so. Then would could avoid issues like this in the 
future. @srkreddy1238 could you submit a PR for this?
   
   @leandron @srkreddy1238 @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:
[email protected]


Reply via email to