mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "c10d/Store: add clone feature (#150966)"
This reverts commit 205881ea4a451574c3a3de87c42484043a955d6e. Reverted https://github.com/pytorch/pytorch/pull/150966 on behalf of https://github.com/atalman due to failing internally ([comment](https://github.com/pytorch/pytorch/pull/150966#issuecomment-2795063574))
This commit is contained in:
@ -77,8 +77,6 @@ class TORCH_API TCPStore : public Store {
|
||||
|
||||
~TCPStore() override;
|
||||
|
||||
c10::intrusive_ptr<Store> clone() override;
|
||||
|
||||
void set(const std::string& key, const std::vector<uint8_t>& value) override;
|
||||
|
||||
std::vector<uint8_t> compareSet(
|
||||
|
Reference in New Issue
Block a user