mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-13 03:24:54 +08:00
Move functional collectives to the right namespace (#97793)
This moves them from `torch._C._nn` to `torch._C._dist` Pull Request resolved: https://github.com/pytorch/pytorch/pull/97793 Approved by: https://github.com/albanD
This commit is contained in:
committed by
PyTorch MergeBot
parent
45acfc8574
commit
184bfbc3d7
@ -930,6 +930,7 @@ def glob_libtorch_python_sources(gencode_pattern = ":generate-code[{}]"):
|
||||
"torch/csrc/autograd/generated/python_nn_functions.cpp",
|
||||
"torch/csrc/autograd/generated/python_fft_functions.cpp",
|
||||
"torch/csrc/autograd/generated/python_linalg_functions.cpp",
|
||||
"torch/csrc/autograd/generated/python_dist_functions.cpp",
|
||||
"torch/csrc/autograd/generated/python_enum_tag.cpp",
|
||||
"torch/csrc/autograd/generated/python_return_types.cpp",
|
||||
"torch/csrc/autograd/generated/python_sparse_functions.cpp",
|
||||
|
||||
Reference in New Issue
Block a user