kparzysz-quic opened a new pull request #8059:
URL: https://github.com/apache/tvm/pull/8059


   Setting `BUILD_STATIC_RUNTIME` to `ON` (default: `OFF`) will cause a static 
`libtvm_runtime.a` to be built.
   
   This library will then need to be linked into other projects with 
`--whole-archive` linker option, or otherwise the linker may remove functions 
that are not used at the time of linking. Since code using the runtime can be 
generated at runtime, function that appear to be unused at the link time may be 
used later at run time.
   


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