mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +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
@ -149,6 +149,7 @@ def get_generate_code_bin_outs():
|
||||
"autograd/generated/python_return_types.cpp": ["autograd/generated/python_return_types.cpp"],
|
||||
"autograd/generated/python_sparse_functions.cpp": ["autograd/generated/python_sparse_functions.cpp"],
|
||||
"autograd/generated/python_special_functions.cpp": ["autograd/generated/python_special_functions.cpp"],
|
||||
"autograd/generated/python_dist_functions.cpp": ["autograd/generated/python_dist_functions.cpp"],
|
||||
"autograd/generated/python_torch_functions_0.cpp": ["autograd/generated/python_torch_functions_0.cpp"],
|
||||
"autograd/generated/python_torch_functions_1.cpp": ["autograd/generated/python_torch_functions_1.cpp"],
|
||||
"autograd/generated/python_torch_functions_2.cpp": ["autograd/generated/python_torch_functions_2.cpp"],
|
||||
|
Reference in New Issue
Block a user