[GitHub] [tvm] fantasyRqg commented on a change in pull request #8223: support adb-shell style cpp_rpc

2021-06-09 Thread GitBox
fantasyRqg commented on a change in pull request #8223: URL: https://github.com/apache/tvm/pull/8223#discussion_r648789399 ## File path: .gitignore ## @@ -197,6 +197,7 @@ tvm_t.* .pytest_cache .local cmake-build-debug +cmake-build* Review comment: Should I modify

[GitHub] [tvm] fantasyRqg commented on a change in pull request #8223: support adb-shell style cpp_rpc

2021-06-09 Thread GitBox
fantasyRqg commented on a change in pull request #8223: URL: https://github.com/apache/tvm/pull/8223#discussion_r648791852 ## File path: apps/cpp_rpc/rpc_env.cc ## @@ -95,7 +95,13 @@ RPCEnv::RPCEnv(const std::string& wd) { auto cmdline = fopen("/proc/self/cmdline", "r");

[GitHub] [tvm] fantasyRqg commented on a change in pull request #8223: support adb-shell style cpp_rpc

2021-06-09 Thread GitBox
fantasyRqg commented on a change in pull request #8223: URL: https://github.com/apache/tvm/pull/8223#discussion_r648789399 ## File path: .gitignore ## @@ -197,6 +197,7 @@ tvm_t.* .pytest_cache .local cmake-build-debug +cmake-build* Review comment: Should modify