[reland] Move RPC agents to libtorch (#60170)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/60170

Reland of #59939.

Test Plan: CI

Reviewed By: mrshenli

Differential Revision: D29193234

fbshipit-source-id: ee2a90d6be961c10f91361512bdd4cadca43dd60
This commit is contained in:
Luca Wehrstedt
2021-06-18 05:12:27 -07:00
committed by Facebook GitHub Bot
parent 958b881d70
commit 08ce5eedf5
14 changed files with 86 additions and 128 deletions

View File

@ -5,7 +5,7 @@ set(TORCH_RPC_TEST_SOURCES
${TORCH_RPC_TEST_DIR}/test_wire_serialization.cpp
)
set(TORCH_RPC_TEST_DEPENDENCY_LIBS
torch gtest process_group_agent
torch gtest
)
if(USE_GLOO)
@ -20,7 +20,7 @@ if(USE_TENSORPIPE)
${TORCH_RPC_TEST_DIR}/test_tensorpipe_serialization.cpp
)
list(APPEND TORCH_RPC_TEST_DEPENDENCY_LIBS
tensorpipe_agent tensorpipe
tensorpipe
)
endif()