Revert "c10d/logging: add C10D_LOCK_GUARD (#134131)"

This reverts commit f33bcbe5fd67e6b18be259ad2f0dc11c74157075.

Reverted https://github.com/pytorch/pytorch/pull/134131 on behalf of https://github.com/kit1980 due to See D61985186 ([comment](https://github.com/pytorch/pytorch/pull/134131#issuecomment-2327556381))
This commit is contained in:
PyTorch MergeBot
2024-09-03 22:35:14 +00:00
parent 2fd36086bc
commit c044deb9ce
14 changed files with 59 additions and 183 deletions

View File

@ -496,7 +496,6 @@ libtorch_distributed_base_sources = [
"torch/csrc/distributed/c10d/Functional.cpp",
"torch/csrc/distributed/c10d/GlooDeviceFactory.cpp",
"torch/csrc/distributed/c10d/GroupRegistry.cpp",
"torch/csrc/distributed/c10d/LockGuard.cpp",
"torch/csrc/distributed/c10d/Ops.cpp",
"torch/csrc/distributed/c10d/ParamCommsUtils.cpp",
"torch/csrc/distributed/c10d/PrefixStore.cpp",