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 2020/09/07 15:58:58 UTC

[GitHub] [incubator-tvm] tom-gall opened a new issue #6415: arm64 : undefined symbol: __extendhftf2 at runtime

tom-gall opened a new issue #6415:
URL: https://github.com/apache/incubator-tvm/issues/6415


   After building TVM on debian with the distro compiler (gcc 8), when you first load libtvm.so, the undefined symbol error will spring up crashing your python app.
   
   Within in src/relay/transforms/pattern_util.h the addition of
       reinterpret_cast<__fp16*>(array->data)[i];
   
   If you try and build the same with llvm, it'll just straight out ICE the compiler. 
   
   While the LLVM issue is now fixed in mainline, for those on native arm64 using debian I wonder if we shouldn't defensively address the issue.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen commented on issue #6415: arm64 : undefined symbol: __extendhftf2 at runtime

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #6415:
URL: https://github.com/apache/incubator-tvm/issues/6415#issuecomment-689887272


   https://github.com/apache/incubator-tvm/pull/6431


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen closed issue #6415: arm64 : undefined symbol: __extendhftf2 at runtime

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #6415:
URL: https://github.com/apache/incubator-tvm/issues/6415


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org