mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Was reverted (again!) due to a merge conflict that crept in sometime during the "export to github -> land internally -> merge on github" process. D85096233 Pull Request resolved: https://github.com/pytorch/pytorch/pull/166132 Approved by: https://github.com/Skylion007, https://github.com/ezyang, https://github.com/malfet
8 lines
168 B
C++
8 lines
168 B
C++
#pragma once
|
|
|
|
#include <torch/csrc/utils/python_stub.h>
|
|
|
|
namespace torch::distributed {
|
|
void initPlacementBindings(PyObject* module);
|
|
} // namespace torch::distributed
|