Add back opCount and channel ID to debug trace (#1520)

Tá an tiomantas seo le fáil i:
Wenkai Du
2025-02-03 08:55:27 -08:00
tiomanta ag GitHub
tuismitheoir 7af21dd996
tiomantas a5c6b547a2
D'athraigh 5 comhad le 30 breiseanna agus 8 scriosta
+2
Féach ar an gComhad
@@ -233,11 +233,13 @@ struct ncclTaskColl {
void* sendMhandle;
void* recvMhandle;
uint64_t opCount;
};
struct ncclTaskP2p {
struct ncclTaskP2p* next;
void* buff;
size_t bytes;
uint64_t opCount;
};
////////////////////////////////////////////////////////////////////////////////