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

   The simulator library `libhexagon_rpc_sim.so` contains TVM runtime built 
into it, but since it's loaded as a "local" library these symbols are not 
visible to shared libraries loaded by subsequent dlopens. (Same applies to 
symbols from the C++ runtime.)
   
   To make these symbols visible, dlopen the defining libraries as "global". 
(Re-dlopeninig an already loaded library is a well-defined operation.)


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