mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[dirsync] Switch to top-level xplat/third-party/pthreadpool (#165995)
Summary: `fbcode//xplat/third-party/pthreadpool:` just redirects to the xplat version. Switch to the real location Test Plan: This should be a no-op, so CI? Differential Revision: D83999534 Pull Request resolved: https://github.com/pytorch/pytorch/pull/165995 Approved by: https://github.com/bigfootjon, https://github.com/Skylion007
This commit is contained in:
parent
ab9e466928
commit
18e99b6d45
|
|
@ -176,8 +176,8 @@ THIRD_PARTY_LIBS = {
|
||||||
"omp": ["//xplat/third-party/linker_lib:omp", "//third_party:no-op"],
|
"omp": ["//xplat/third-party/linker_lib:omp", "//third_party:no-op"],
|
||||||
"pocketfft": ["//third-party/pocket_fft:pocketfft", "//third_party:pocketfft_header"],
|
"pocketfft": ["//third-party/pocket_fft:pocketfft", "//third_party:pocketfft_header"],
|
||||||
"psimd": ["//xplat/third-party/psimd:psimd", "//third_party:psimd"],
|
"psimd": ["//xplat/third-party/psimd:psimd", "//third_party:psimd"],
|
||||||
"pthreadpool": ["//xplat/third-party/pthreadpool:pthreadpool", "//third_party:pthreadpool"],
|
"pthreadpool": ["fbsource//xplat/third-party/pthreadpool:pthreadpool", "//third_party:pthreadpool"],
|
||||||
"pthreadpool_header": ["//xplat/third-party/pthreadpool:pthreadpool_header", "//third_party:pthreadpool_header"],
|
"pthreadpool_header": ["fbsource//xplat/third-party/pthreadpool:pthreadpool_header", "//third_party:pthreadpool_header"],
|
||||||
"moodycamel": ["//third-party/moodycamel:moodycamel", "//third_party:moodycamel"],
|
"moodycamel": ["//third-party/moodycamel:moodycamel", "//third_party:moodycamel"],
|
||||||
"pyyaml": ["//third-party/pypi/pyyaml:pyyaml", "//third_party:pyyaml"],
|
"pyyaml": ["//third-party/pypi/pyyaml:pyyaml", "//third_party:pyyaml"],
|
||||||
"rt": ["//xplat/third-party/linker_lib:rt", "//third_party:rt"],
|
"rt": ["//xplat/third-party/linker_lib:rt", "//third_party:rt"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user