mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
This reverts commit 668082718aefce95ecc1b1c312ea6f127b2c662e. Reverted https://github.com/pytorch/pytorch/pull/85780 on behalf of https://github.com/huydhn due to Sorry for reverting your PR but it breaks build due to a missing file <c10d/Store.hpp>
10 lines
145 B
C++
10 lines
145 B
C++
#include <c10d/exception.h>
|
|
|
|
namespace c10d {
|
|
|
|
C10dError::~C10dError() = default;
|
|
|
|
TimeoutError::~TimeoutError() = default;
|
|
|
|
} // namespace c10d
|