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/31 02:14:28 UTC

[GitHub] [tvm] Jie-KUN commented on issue #9362: [Bug] Stop using RTLD_GLOBAL or fix symbol crash with PyTorch by other means

Jie-KUN commented on issue #9362:
URL: https://github.com/apache/tvm/issues/9362#issuecomment-955624501


   @tqchen  I modified the CMakeLists.txt,
   
    **tvm_option(USE_LLVM "/path/to/llvm-config --link-static" ON)**
   
   **tvm_option(HIDE_PRIVATE_SYMBOLS "Compile with -fvisibility=hidden." ON)**
   
   But I still found the bug "free(): invalid pointer", 


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