Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network Device in Cross-Node Communication Profiling #43

Open
li-rongzhi opened this issue Nov 6, 2024 · 1 comment
Open

Network Device in Cross-Node Communication Profiling #43

li-rongzhi opened this issue Nov 6, 2024 · 1 comment

Comments

@li-rongzhi
Copy link

Thank you for the helpful profiling data for the simulation. The "send_recv" metric for pipeline parallelism indicates cross-node communication, but I fail to find documentation on the specific network device used for this. Knowing whether the communication happens over Ethernet, InfiniBand, or another device is important for accurately understanding the simulation results, as different devices can significantly impact latency and throughput.
Could you please provide details about the network device used for cross-node communication?

@AgrawalAmey
Copy link
Contributor

Hello Rongzhi,

The network type depends on the cluster type. Here is the mapping:

A100 80GB DGX: 8x200Gbps Infiniband
H100 80GB DGX: 8x400Gbps Infiniband
4xA100 80GB Pairwise NVLink Node: 1x100Gbps Ethernet
8xA40 Pairwise NVLink Node: 1x100Gbps Infiniband

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants