tqchen edited a comment 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((perhaps by 
linking things together)) and resolve it(rename the symbol in tvm side if 
possible). Note that the same problem will appear in the future if we really 
make an attempt to link pytorch in a deeper integration. This would serve as a 
way to resolve the possible issue.
   
   `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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to