[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

@ -168,16 +168,6 @@ new_local_repository(
path = "third_party/opentelemetry-cpp",
)
new_patched_local_repository(
name = "tbb",
build_file = "//third_party:tbb.BUILD",
patch_strip = 1,
patches = [
"@//third_party:tbb.patch",
],
path = "third_party/tbb",
)
new_local_repository(
name = "cpp-httplib",
build_file = "//third_party:cpp-httplib.BUILD",