Public Member Functions | |
NCCLTestBase (const std::string &path) | |
NCCLTestBase (NCCLTestBase &&other) | |
::c10d::ProcessGroupNCCL & | getProcessGroup () |
void | initialize (int rank, int size) |
Protected Attributes | |
std::string | path_ |
std::unique_ptr<::c10d::ProcessGroupNCCL > | pg_ |
Definition at line 17 of file ProcessGroupNCCLTest.cpp.