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