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