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/03/19 07:42:00 UTC

[GitHub] [incubator-tvm] gmagogsfm commented on issue #4459: [RUNTIME] Implement TVMDSOOp(TensorFlow custom op) for TVM runtime

gmagogsfm commented on issue #4459: [RUNTIME] Implement TVMDSOOp(TensorFlow custom op) for TVM runtime
URL: https://github.com/apache/incubator-tvm/pull/4459#issuecomment-601033018
 
 
   My 2c about the Tensorflow ABI issue.
   
   Including TFTVM in CI effectively includes Tensorflow as part of the TVM dependencies. Pre-built Tensorflow are built with older version of GCC requiring _GLIBCXX_USE_CXX11_ABI=0. So unless we can afford to build Tensorflow (quite expensive) along with TVM in CI, it seems we would need to change _GLIBCXX_USE_CXX11_ABI to 0. This is, however, unless there are other reasons that force TVM CI to use _GLIBCXX_USE_CXX11_ABI=1.

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


With regards,
Apache Git Services