mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
Facebook GitHub Bot
parent
958b881d70
commit
08ce5eedf5
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user