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/09 20:53:38 UTC

[GitHub] [incubator-tvm] leezu edited a comment on issue #4958: [RFC] Require C++14 in 0.7 release cycle

leezu edited a comment on issue #4958: [RFC] Require C++14 in 0.7 release cycle
URL: https://github.com/apache/incubator-tvm/issues/4958#issuecomment-596773696
 
 
   > GCC5 is enough for c++14 support and should be available in most edge devices.
   
   Is there any overview on the edge devices to be supported and the respective available toolchains?
   I'd expect gcc 7 to be available as well, but maybe that assumption is wrong.
   
   > For runtime only support, the community recently introduce a pure C runtime which does not depend on any of the c++ features and can be used for these case
   
   Runtime still requires the glibc version used during compilation. Newer versions of compilers require newer versions of glicb. Thus requiring a newer C++ standard also affects the runtime. Fortunately both gcc5 and gcc7 can run with glibc 2.12 from 2010 and there should be no concerns for runtime.

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