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 2019/11/06 02:44:46 UTC

[GitHub] [incubator-tvm] snowolfhawk commented on issue #1756: [RUNTIME][RPC]C++ RPC Server

snowolfhawk commented on issue #1756: [RUNTIME][RPC]C++ RPC Server  
URL: https://github.com/apache/incubator-tvm/pull/1756#issuecomment-550116962
 
 
   @yagnasrinath 
   Currently i apply this PR on armv8 and don't find any problems.
   But just like my reply above, this cpp_rpc depends on libtvm.so on device, we need cross complie libtvm.so, it's related to most of the tvm's cpp file using >=c++11, so many armv7 or lower compiler don't support it.
   We should keep cpp_rpc's dependences in a limited region, then fix these cpp file using <c++11 features. maybe @FrozenGene's PR will include these changes.

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