Skip to content

Commit

Permalink
Remove some Caffe2 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyever committed May 1, 2024
1 parent 77219eb commit e630638
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 2,035 deletions.
20 changes: 0 additions & 20 deletions binaries/CMakeLists.txt
Expand Up @@ -8,33 +8,13 @@ if(INTERN_BUILD_MOBILE)
endif()

if(BUILD_CAFFE2)
caffe2_binary_target("convert_caffe_image_db.cc")
caffe2_binary_target("convert_db.cc")
caffe2_binary_target("make_cifar_db.cc")
caffe2_binary_target("make_mnist_db.cc")
caffe2_binary_target("predictor_verifier.cc")
caffe2_binary_target("speed_benchmark.cc")
caffe2_binary_target("split_db.cc")
caffe2_binary_target("print_registered_core_operators.cc")

if(USE_OBSERVERS)
caffe2_binary_target(caffe2_benchmark "caffe2_benchmark.cc" "benchmark_helper.cc")
target_include_directories(caffe2_benchmark PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../modules)
endif()

caffe2_binary_target("at_launch_benchmark.cc")
target_include_directories(at_launch_benchmark PUBLIC
${CMAKE_BINARY_DIR}/aten/src)

caffe2_binary_target("intra_inter_benchmark.cc")
target_include_directories(intra_inter_benchmark PUBLIC
${CMAKE_BINARY_DIR}/aten/src)

caffe2_binary_target("run_plan.cc")
caffe2_binary_target("db_throughput.cc")

# ---[ tutorials
caffe2_binary_target("tutorial_blob.cc")
endif()

caffe2_binary_target("parallel_info.cc")
Expand Down

0 comments on commit e630638

Please sign in to comment.