blob: 03cb8c42c193b177872b3983cde8124e85f6ee2e [file] [log] [blame]
#include <torch/csrc/distributed/c10d/ProcessGroup.hpp>
namespace c10d_functional {
void register_process_group(
const std::string& tag,
c10::intrusive_ptr<c10d::ProcessGroup> pg);
c10::intrusive_ptr<c10d::ProcessGroup> resolve_process_group(
const std::string& tag);
} // namespace c10d_functional