RCCL Replayer update (#1603)

RCCL recorder w/ suggested change and UT



[ROCm/rccl commit: 9a55ff60a9]
This commit is contained in:
Tim
2025-04-19 00:21:27 -04:00
committed by GitHub
parent de2b66921a
commit 58ee618194
18 changed files with 1123 additions and 93 deletions
@@ -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;
}