Skip to content

Commit 4d04970

Browse files
H-Huangfacebook-github-bot
authored andcommitted
Remove process_group_agent and faulty_process_group_agent files (pytorch#62985)
Summary: Pull Request resolved: pytorch#62985 Remove the process_group_agent and faulty_process_group_agent code now that PROCESS_GROUP backend has been deprecated for RPC (pytorch#55615). Discussed with xush6528 that it was okay to remove ProcessGroupAgentTest and ProcessGroupAgentBench which depended on process_group_agent. Test Plan: CI tests Reviewed By: pritamdamania87 Differential Revision: D30195576 fbshipit-source-id: 8b4381cffadb868b19d481198015d0a67b205811
1 parent 7905538 commit 4d04970

File tree

7 files changed

+0
-1454
lines changed

7 files changed

+0
-1454
lines changed

test/cpp/rpc/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ set(TORCH_RPC_TEST_DEPENDENCY_LIBS
1010

1111
if(USE_GLOO)
1212
list(APPEND TORCH_RPC_TEST_SOURCES
13-
${TORCH_RPC_TEST_DIR}/test_e2e_process_group.cpp
1413
${TORCH_RPC_TEST_DIR}/test_e2e_tensorpipe.cpp
1514
)
1615
endif()

test/cpp/rpc/test_e2e_process_group.cpp

Lines changed: 0 additions & 47 deletions
This file was deleted.

tools/build_variables.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ libtorch_distributed_extra_sources = [
371371
"torch/csrc/distributed/rpc/python_call.cpp",
372372
"torch/csrc/distributed/rpc/python_remote_call.cpp",
373373
"torch/csrc/distributed/rpc/python_resp.cpp",
374-
"torch/csrc/distributed/rpc/process_group_agent.cpp",
375374
"torch/csrc/distributed/rpc/request_callback.cpp",
376375
"torch/csrc/distributed/rpc/request_callback_no_python.cpp",
377376
"torch/csrc/distributed/rpc/rpc_agent.cpp",
@@ -383,7 +382,6 @@ libtorch_distributed_extra_sources = [
383382
"torch/csrc/distributed/rpc/script_resp.cpp",
384383
"torch/csrc/distributed/rpc/tensorpipe_agent.cpp",
385384
"torch/csrc/distributed/rpc/tensorpipe_utils.cpp",
386-
"torch/csrc/distributed/rpc/testing/faulty_process_group_agent.cpp",
387385
"torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp",
388386
"torch/csrc/distributed/rpc/torchscript_functions.cpp",
389387
"torch/csrc/distributed/rpc/types.cpp",

0 commit comments

Comments
 (0)