pytorch/test/cpp/c10d
Chengqi Deng b43ae1c411 Add reference counter in FileStore (#85601)
Fixes #67566.

This diff added a reference counter in the FileStore object. The underlying file would be removed only if the reference counter became 0.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/85601
Approved by: https://github.com/H-Huang
2022-10-07 17:59:29 +00:00
..
example
CMakeLists.txt
CUDATest.cu
CUDATest.hpp
FileStoreTest.cpp Add reference counter in FileStore (#85601) 2022-10-07 17:59:29 +00:00
HashStoreTest.cpp
ProcessGroupGlooAsyncTest.cpp
ProcessGroupGlooTest.cpp
ProcessGroupMPITest.cpp
ProcessGroupNCCLErrorsTest.cpp
ProcessGroupNCCLTest.cpp
ProcessGroupUCCTest.cpp
StoreTestCommon.hpp
TCPStoreTest.cpp
TestUtils.hpp