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/09/15 21:03:52 UTC

[GitHub] [tvm] kparzysz-quic opened a new pull request #9025: [Hexagon] Disable `thread_local` on Hexagon

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


   This is specific to running code on hardware: libc++abi can create TLS keys with destructors in the libc++abi library. Despite that,
   the library gets unloaded before the keys are destroyed, leading to a crash. Turning off the use of `thread_local` is a workaround for this.


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



[GitHub] [tvm] jroesch merged pull request #9025: [Hexagon] Disable `thread_local` on Hexagon

Posted by GitBox <gi...@apache.org>.
jroesch merged pull request #9025:
URL: https://github.com/apache/tvm/pull/9025


   


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