Revert D22812445: Update TensorPipe submodule

Test Plan: revert-hammer

Differential Revision:
D22812445 (2335430086)

Original commit changeset: e6d824bb28f5

fbshipit-source-id: 606632a9aaf2513b5ac949e4d6687aa7563eae5d
This commit is contained in:
Edward Yang
2020-07-31 10:13:52 -07:00
committed by Facebook GitHub Bot
parent 832b1659e7
commit 352e15f1a2
8 changed files with 15 additions and 25 deletions

View File

@ -9,8 +9,9 @@ set(TORCH_RPC_TEST_SOURCES
add_executable(test_cpp_rpc ${TORCH_RPC_TEST_SOURCES})
target_include_directories(
test_cpp_rpc PRIVATE
${ATen_CPU_INCLUDE})
target_link_libraries(test_cpp_rpc PRIVATE torch c10d tensorpipe gtest process_group_agent)
${ATen_CPU_INCLUDE}
${TORCH_ROOT}/third_party/tensorpipe)
target_link_libraries(test_cpp_rpc PRIVATE torch c10d gtest process_group_agent)
if(USE_CUDA)
target_link_libraries(test_cpp_rpc PRIVATE