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 2021/10/25 13:16:26 UTC

[GitHub] [tvm] tqchen commented on issue #9362: [Bug] Stop using RTLD_GLOBAL

tqchen commented on issue #9362:
URL: https://github.com/apache/tvm/issues/9362#issuecomment-950918825


   Would be good to find out what is the symbol that get conflicted and resolve it(by linking things together). Note that the same problem will appear in the future if we really make an attempt to link pytorch in a deeper integration.
   
   `RTLD_GLOBAL` provides some convenience to give plugin modules(that are loaded later) symbols of `libtvm_runtime` without explicitly linking to it, we might need to rethink the plugin mechanism(e.g. vta) a bit if we decided to move away from it.
   


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