Revert "Move functional collectives to the right namespace (#97793)"

This reverts commit 184bfbc3d7b37e8f202f4938f6ea9ba557c93b1e.

Reverted https://github.com/pytorch/pytorch/pull/97793 on behalf of https://github.com/atalman due to breaks internal builds
This commit is contained in:
PyTorch MergeBot
2023-03-31 16:02:03 +00:00
parent fa1a8b9f96
commit f4f1a5b5b3
11 changed files with 12 additions and 108 deletions

View File

@ -149,7 +149,6 @@ 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"],