9a55ff60a9
RCCL recorder w/ suggested change and UT
8 خطوط
226 B
C++
8 خطوط
226 B
C++
#include "info.h"
|
|
#include "comm.h"
|
|
|
|
void ncclDebugLog(ncclDebugLogLevel, unsigned long, char const*, int, char const*, ...) {};
|
|
ncclResult_t getHostName(char* hostname, int maxlen, const char delim) {
|
|
return ncclSuccess;
|
|
}
|