mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Remove caffe2 image and video (#125045)
This PR tries to decompose https://github.com/pytorch/pytorch/pull/122527 into a smaller one. Caffe2 image and video folders are removed along with the related CMake code. To be noted, this was inspired and is co-dev with @r-barnes. Pull Request resolved: https://github.com/pytorch/pytorch/pull/125045 Approved by: https://github.com/eqy, https://github.com/albanD
This commit is contained in:
@ -128,7 +128,6 @@ function(caffe2_print_configuration_summary)
|
||||
message(STATUS " USE_FBGEMM : ${USE_FBGEMM}")
|
||||
message(STATUS " USE_FAKELOWP : ${USE_FAKELOWP}")
|
||||
message(STATUS " USE_KINETO : ${USE_KINETO}")
|
||||
message(STATUS " USE_FFMPEG : ${USE_FFMPEG}")
|
||||
message(STATUS " USE_GFLAGS : ${USE_GFLAGS}")
|
||||
message(STATUS " USE_GLOG : ${USE_GLOG}")
|
||||
message(STATUS " USE_LEVELDB : ${USE_LEVELDB}")
|
||||
@ -164,10 +163,6 @@ function(caffe2_print_configuration_summary)
|
||||
message(STATUS " USE_NUMPY : ${USE_NUMPY}")
|
||||
message(STATUS " USE_OBSERVERS : ${USE_OBSERVERS}")
|
||||
message(STATUS " USE_OPENCL : ${USE_OPENCL}")
|
||||
message(STATUS " USE_OPENCV : ${USE_OPENCV}")
|
||||
if(${USE_OPENCV})
|
||||
message(STATUS " OpenCV version : ${OpenCV_VERSION}")
|
||||
endif()
|
||||
message(STATUS " USE_OPENMP : ${USE_OPENMP}")
|
||||
message(STATUS " USE_TBB : ${USE_TBB}")
|
||||
if(${USE_TBB})
|
||||
|
Reference in New Issue
Block a user