Hi all. I found that TVM won’t build with GCC 8.1 with the following build error. (GCC 6 and clang 6 works fine tough…)
/home/marty/文件/tvm/src/lang/reflection.cc:379:24: required from here
/home/marty/文件/tvm/include/tvm/packed_func_ext.h:96:7: error: static assertion failed: Conversion only works for NodeRef
std::is_base_of<NodeRef, TNodeRef>::value,
^~~
/home/marty/文件/tvm/include/tvm/packed_func_ext.h:104:10: error: no matching function for call to 'std::__cxx11::basic_string<char>::basic_string(std::shared_ptr<tvm::Node>&)'
return TNodeRef(sptr);
^~~~~~~~~~~~~~
Have anyone met the same issue?