Skip to content

Commit

Permalink
Remove caffe2 distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyever committed May 1, 2024
1 parent 7557c46 commit 19bc783
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 1,145 deletions.
13 changes: 0 additions & 13 deletions BUILD.bazel
Expand Up @@ -503,16 +503,6 @@ filegroup(
],
)

filegroup(
name = "caffe2_distributed_srcs",
srcs = [
"caffe2/distributed/file_store_handler.cc",
"caffe2/distributed/file_store_handler_op.cc",
"caffe2/distributed/store_handler.cc",
"caffe2/distributed/store_ops.cc",
],
)

filegroup(
name = "caffe2_ideep_srcs",
srcs = [
Expand Down Expand Up @@ -1012,7 +1002,6 @@ filegroup(
"caffe2/core/common_gpu.cc",
"caffe2/core/event_gpu.cc",
"caffe2/db/create_db_op_gpu.cc",
"caffe2/distributed/file_store_handler_op_gpu.cc",
"caffe2/operators/communicator_op_gpu.cc",
"caffe2/operators/concat_split_op_gpu.cc",
"caffe2/operators/conv_op_cache_cudnn.cc",
Expand Down Expand Up @@ -1263,7 +1252,6 @@ cc_library(
"caffe2/core/nomnigraph/include/nomnigraph/Transformations/*.h",
"caffe2/core/nomnigraph/tests/*.h",
"caffe2/db/*.h",
"caffe2/distributed/*.h",
"caffe2/ideep/*.h",
"caffe2/ideep/operators/*.h",
"caffe2/ideep/operators/quantization/*.h",
Expand Down Expand Up @@ -1339,7 +1327,6 @@ cc_library(
"caffe2/db/protodb.cc",
"caffe2/share/contrib/depthwise/depthwise3x3_conv_op.cc",
":caffe2_core_srcs",
":caffe2_distributed_srcs",
":caffe2_ideep_srcs",
":caffe2_onnx_srcs",
":caffe2_operators_srcs",
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -267,7 +267,6 @@ option(USE_PRECOMPILED_HEADERS "Use pre-compiled headers to accelerate build." O
option(USE_PROF "Use profiling" OFF)
option(USE_QNNPACK "Use QNNPACK (quantized 8-bit operators)" ON)
option(USE_PYTORCH_QNNPACK "Use ATen/QNNPACK (quantized 8-bit operators)" ON)
option(USE_REDIS "Use Redis" OFF)
option(USE_SNPE "Use Qualcomm's SNPE library" OFF)
option(USE_SYSTEM_EIGEN_INSTALL
"Use system Eigen instead of the one under third_party" OFF)
Expand Down
1 change: 0 additions & 1 deletion caffe2/CMakeLists.txt
Expand Up @@ -122,7 +122,6 @@ if(BUILD_CAFFE2 AND NOT INTERN_BUILD_MOBILE)
if(USE_NVRTC)
add_subdirectory(cuda_rtc)
endif()
add_subdirectory(distributed)
add_subdirectory(ideep)
add_subdirectory(mobile)
add_subdirectory(mpi)
Expand Down
31 changes: 0 additions & 31 deletions caffe2/distributed/CMakeLists.txt

This file was deleted.

Empty file removed caffe2/distributed/__init__.py
Empty file.
184 changes: 0 additions & 184 deletions caffe2/distributed/file_store_handler.cc

This file was deleted.

40 changes: 0 additions & 40 deletions caffe2/distributed/file_store_handler.h

This file was deleted.

26 changes: 0 additions & 26 deletions caffe2/distributed/file_store_handler_op.cc

This file was deleted.

39 changes: 0 additions & 39 deletions caffe2/distributed/file_store_handler_op.h

This file was deleted.

0 comments on commit 19bc783

Please sign in to comment.