blob: 35cefe5f2ca269f63b55cdb21eaba3044d02b042 [file] [log] [blame]
#pragma once
namespace torch {
namespace cuda {
namespace python {
void initCommMethods(PyObject* module);
}
} // namespace cuda
} // namespace torch