Print KL/CL/KE events for all warps (#1544)

* Print KL/CL/KE events for all warps

* Fix count off-by-one issue

* Fix opCount in KE and restore CPU thread option

* Simplify count calculation

[ROCm/rccl commit: ebf7e2305e]
이 커밋은 다음에 포함됨:
Wenkai Du
2025-02-12 13:36:31 -08:00
커밋한 사람 GitHub
부모 7fdbcdfdec
커밋 170cc1afde
3개의 변경된 파일30개의 추가작업 그리고 15개의 파일을 삭제
+2 -1
파일 보기
@@ -419,7 +419,8 @@ struct ncclCollTrace {
uint8_t type;
uint8_t bid;
int16_t funcIndex;
uint32_t data_0;
uint32_t data_0:24;
uint8_t tid;
uint8_t channelId;
uint64_t timeStamp:56;
union {