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/30 22:07:44 UTC

[GitHub] [tvm] masahi edited a comment on issue #9362: [Bug] Stop using RTLD_GLOBAL or fix symbol crash with PyTorch by other means

masahi edited a comment on issue #9362:
URL: https://github.com/apache/tvm/issues/9362#issuecomment-955599522


   Thanks @tqchen, I confirmed that your solution worked on both of my envrionements too, and also both static link and `HIDE_PRIVATE_SYMBOLS` are required.
   
   Also I realized that when I said "I cannot reproduce the original failure anymore" in https://github.com/apache/tvm/issues/9362#issuecomment-951574017, my cmake config is pointing to a different, custom LLVM build that has only static libs. Moreover, apparently these custom libs were built in a way that `HIDE_PRIVATE_SYMBOLS` doesn't need to be enabled.
   
   So no mystery on my end anymore.
   
   I'm going to update the install doc to include this tip.


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