Delete links to non-existing run_plan_mpi.cc (#136204)

That were deleted by https://github.com/pytorch/pytorch/pull/125092

Fixes https://github.com/pytorch/pytorch/issues/136199

Pull Request resolved: https://github.com/pytorch/pytorch/pull/136204
Approved by: https://github.com/albanD, https://github.com/seemethere
This commit is contained in:
Nikita Shulga 2024-09-17 17:51:56 +00:00 committed by PyTorch MergeBot
parent cc365fdd7b
commit 785e98783b

View File

@ -35,12 +35,6 @@ if(USE_ROCM)
endif()
if(USE_MPI)
caffe2_binary_target("run_plan_mpi.cc")
target_link_libraries(run_plan_mpi ${MPI_CXX_LIBRARIES})
endif()
caffe2_binary_target("dump_operator_names.cc")
caffe2_binary_target("optimize_for_mobile.cc")