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/11/30 19:09:50 UTC

[GitHub] [tvm] areusch opened a new issue, #13526: [ci] Add additional build configurations of TVM

areusch opened a new issue, #13526:
URL: https://github.com/apache/tvm/issues/13526

   Adding some TODOs to track in the TVM CI following #13482 and #13073. The following build configurations were broken:
   - [ ] Cross-compiling for a platform that could not be executed or linked to via the host platform on linux
   - [ ] Static-linking libtvm_runtime.so on Windows
   
   We do not currently explicitly test either of these in the CI. We do test cross-compilation via the Hexagon build, but the offending code was disabled for the Hexagon build so this step didn't catch the issue. We could consider:
   1. Adding an explicit cross-compile of libtvm_runtime.so e.g. to Minimal build or a new build step.
   2. Adding a static-link build somewhere (not clear if this should be Windows, since that does not block the CI, but people do in practice mostly respect those non-blocking builds, so given it's a use case, we could add it there).


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

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