mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[Reland]Use cpuinfo to determine c10::ThreadPool thread number (#107339)
Relands PR #107010 and fixes BUCK builds. Pull Request resolved: https://github.com/pytorch/pytorch/pull/107339 Approved by: https://github.com/ezyang
This commit is contained in:
@ -11,6 +11,7 @@ cxx_library(
|
||||
],
|
||||
),
|
||||
deps = [
|
||||
"//third_party:cpuinfo",
|
||||
"//third_party:fmt",
|
||||
"//third_party:glog",
|
||||
],
|
||||
|
Reference in New Issue
Block a user