[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-10 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344506148 ## File path: src/common/util.h ## @@ -61,6 +65,41 @@ inline int TVMPClose(FILE* stream) { return pclose(stream);

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-09 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344461742 ## File path: apps/cpp_rpc/rpc_env.cc ## @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-09 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344461656 ## File path: apps/cpp_rpc/rpc_env.cc ## @@ -164,7 +164,8 @@ void LinuxShared(const std::string output, cmd += "

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-09 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344454480 ## File path: apps/cpp_rpc/rpc_env.cc ## @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-09 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344454480 ## File path: apps/cpp_rpc/rpc_env.cc ## @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-09 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344453766 ## File path: apps/cpp_rpc/main.cc ## @@ -0,0 +1,269 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-09 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344453875 ## File path: apps/cpp_rpc/rpc_server.cc ## @@ -0,0 +1,361 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-09 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344453588 ## File path: apps/cpp_rpc/rpc_env.cc ## @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344290589 ## File path: apps/cpp_rpc/rpc_server.cc ## @@ -0,0 +1,363 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344292628 ## File path: src/common/socket.h ## @@ -468,7 +524,134 @@ class TCPSocket : public Socket { } return ndone;

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344289079 ## File path: apps/cpp_rpc/rpc_server.cc ## @@ -0,0 +1,363 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344291055 ## File path: src/common/socket.h ## @@ -62,6 +65,25 @@ inline std::string GetHostName() { return

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344291688 ## File path: src/common/socket.h ## @@ -62,6 +65,25 @@ inline std::string GetHostName() { return

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344288316 ## File path: apps/cpp_rpc/rpc_env.h ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344289337 ## File path: apps/cpp_rpc/rpc_server.cc ## @@ -0,0 +1,363 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344290100 ## File path: apps/cpp_rpc/rpc_server.cc ## @@ -0,0 +1,363 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344289033 ## File path: apps/cpp_rpc/rpc_server.cc ## @@ -0,0 +1,363 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344288861 ## File path: apps/cpp_rpc/rpc_server.cc ## @@ -0,0 +1,363 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344288460 ## File path: apps/cpp_rpc/rpc_env.h ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344293102 ## File path: apps/cpp_rpc/rpc_tracker_client.h ## @@ -0,0 +1,249 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344293873 ## File path: apps/cpp_rpc/rpc_env.cc ## @@ -0,0 +1,248 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344288617 ## File path: apps/cpp_rpc/rpc_env.h ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344289224 ## File path: apps/cpp_rpc/rpc_server.cc ## @@ -0,0 +1,363 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344292057 ## File path: src/common/socket.h ## @@ -62,6 +65,25 @@ inline std::string GetHostName() { return

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344289299 ## File path: apps/cpp_rpc/rpc_server.cc ## @@ -0,0 +1,363 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC

2019-11-08 Thread GitBox
tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344288389 ## File path: apps/cpp_rpc/rpc_env.h ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache Software Foundation (ASF)