> 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 on the latest 
compiler available?
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.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-tvm/issues/4958#issuecomment-596773696

Reply via email to