RCCL Replayer update (#1603)

RCCL recorder w/ suggested change and UT
这个提交包含在:
Tim
2025-04-19 00:21:27 -04:00
提交者 GitHub
父节点 52bfdf05dc
当前提交 9a55ff60a9
修改 18 个文件,包含 1123 行新增93 行删除
+7
查看文件
@@ -0,0 +1,7 @@
#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;
}