[Submodule] Remove deprecated USE_TBB option and TBB submodule (#127051)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/127051
Approved by: https://github.com/cpuhrsch, https://github.com/malfet
This commit is contained in:
cyy
2024-05-31 01:20:45 +00:00
committed by PyTorch MergeBot
parent da9fb670d2
commit d44daebdbc
34 changed files with 19 additions and 863 deletions

View File

@ -151,10 +151,6 @@ function(caffe2_print_configuration_summary)
message(STATUS " USE_OBSERVERS : ${USE_OBSERVERS}")
message(STATUS " USE_OPENCL : ${USE_OPENCL}")
message(STATUS " USE_OPENMP : ${USE_OPENMP}")
message(STATUS " USE_TBB : ${USE_TBB}")
if(${USE_TBB})
message(STATUS " USE_SYSTEM_TBB : ${USE_SYSTEM_TBB}")
endif()
message(STATUS " USE_MIMALLOC : ${USE_MIMALLOC}")
message(STATUS " USE_VULKAN : ${USE_VULKAN}")
if(${USE_VULKAN})