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

* Make proxy dump print out meaningful information.

fixed: HPEXA-63

* printout raw data instead.
This commit is contained in:
Arm Patinyasakdikul
2025-01-29 16:48:49 -06:00
committed by GitHub
orang tua 35fe9e06f3
melakukan 6b2b87c9f8
2 mengubah file dengan 48 tambahan dan 16 penghapusan
+8
Melihat File
@@ -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