mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[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:
@ -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})
|
||||
|
Reference in New Issue
Block a user