cbalint13 commented on code in PR #19830: URL: https://github.com/apache/tvm/pull/19830#discussion_r3435960943
########## apps/cpp_rpc/CMakeLists.txt: ########## @@ -4,6 +4,7 @@ set(TVM_RPC_SOURCES main.cc rpc_env.cc rpc_server.cc + rpc_tracker.cc Review Comment: @tqchen Yes indeed, my goal here was to be a stand-alone thing, so it can run on edge/small device. Embedding it into the existing ```tvm_rpc``` makes it light-weight & handy and also runs cross platform. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
