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:
committed by
GitHub
orang tua
35fe9e06f3
melakukan
6b2b87c9f8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user