Skip to content

Commit 2b9ef0a

Browse files
authored
sync imports with pytorch main (#172)
stack-info: PR: #172, branch: IvanKobzarev/stack/3
1 parent 219183f commit 2b9ef0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoparallel/asynctp_ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
import torch.distributed._functional_collectives as funcol
1717
import torch.distributed.distributed_c10d as c10d
1818
from torch._C._autograd import DeviceType
19-
from torch.distributed._distributed_c10d import Work as _Work
20-
from torch.distributed._distributed_c10d import _register_work, _SymmetricMemory
19+
from torch._C._distributed_c10d import Work as _Work
20+
from torch._C._distributed_c10d import _register_work, _SymmetricMemory
2121
from torch.distributed._symmetric_memory import get_symm_mem_workspace, rendezvous
2222

2323
_is_test_mode: bool = False

0 commit comments

Comments
 (0)