mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Revert "[Submodule] Remove deprecated USE_TBB option and TBB submodule (#127051)"
This reverts commit 699db7988d84d163ebb6919f78885e4630182a7a. Reverted https://github.com/pytorch/pytorch/pull/127051 on behalf of https://github.com/PaliC due to This PR needs to be synced using the import button as there is a bug in our diff train ([comment](https://github.com/pytorch/pytorch/pull/127051#issuecomment-2138496995))
This commit is contained in:
10
WORKSPACE
10
WORKSPACE
@ -168,6 +168,16 @@ 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 = "tensorpipe",
|
||||
build_file = "//third_party:tensorpipe.BUILD",
|
||||
|
Reference in New Issue
Block a user