Make proxy dump print out meaningful information. (#1504)

* Make proxy dump print out meaningful information.

fixed: HPEXA-63

* printout raw data instead.

[ROCm/rccl commit: 6b2b87c9f8]
这个提交包含在:
Arm Patinyasakdikul
2025-01-29 16:48:49 -06:00
提交者 GitHub
父节点 a781a3033b
当前提交 2e42761ad1
修改 2 个文件,包含 48 行新增16 行删除
+8
查看文件
@@ -74,6 +74,9 @@ struct ncclProxyOp {
uint8_t* sendbuff;
uint8_t* recvbuff;
int nextRank;
int prevRank;
union ncclProxyOpSpecifics specifics;
struct ncclProxyOp *enqNext;
@@ -145,6 +148,11 @@ struct ncclProxyArgs {
struct ncclProxyArgs** proxyAppendPtr;
union ncclProxyOpSpecifics specifics;
int prevRank;
int nextRank;
int send;
int retry_total;
};
#define NCCL_MAX_NETDEVS 128