From 18e99b6d45f183cd07ecd636ffdbcc6d2ef7e985 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Wed, 22 Oct 2025 16:18:20 +0000 Subject: [PATCH] [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 --- buckbuild.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buckbuild.bzl b/buckbuild.bzl index d56b55320c3..4c1affd10e1 100644 --- a/buckbuild.bzl +++ b/buckbuild.bzl @@ -176,8 +176,8 @@ THIRD_PARTY_LIBS = { "omp": ["//xplat/third-party/linker_lib:omp", "//third_party:no-op"], "pocketfft": ["//third-party/pocket_fft:pocketfft", "//third_party:pocketfft_header"], "psimd": ["//xplat/third-party/psimd:psimd", "//third_party:psimd"], - "pthreadpool": ["//xplat/third-party/pthreadpool:pthreadpool", "//third_party:pthreadpool"], - "pthreadpool_header": ["//xplat/third-party/pthreadpool:pthreadpool_header", "//third_party:pthreadpool_header"], + "pthreadpool": ["fbsource//xplat/third-party/pthreadpool:pthreadpool", "//third_party:pthreadpool"], + "pthreadpool_header": ["fbsource//xplat/third-party/pthreadpool:pthreadpool_header", "//third_party:pthreadpool_header"], "moodycamel": ["//third-party/moodycamel:moodycamel", "//third_party:moodycamel"], "pyyaml": ["//third-party/pypi/pyyaml:pyyaml", "//third_party:pyyaml"], "rt": ["//xplat/third-party/linker_lib:rt", "//third_party:rt"],