You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the paper S 3.4, there is a paragraph mentioning:
Collective Communication Transformation: SimCCL intercepts collective communication calls, reconstructing
the operations to trace lower-level communications. It
skips actual data transfers and captures inter-GPU communication events, including data size, sender and receiver ranks, and routes, to simulate RDMA-layer behavior
I wonder how to use SimCCL to get the inter-GPU communication events. Currently MultiDevOneP.cc does not seem to provide such information.