-
Notifications
You must be signed in to change notification settings - Fork 20
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
关于pp时能否正确反映等待时间的疑问 #15
Comments
不知道你这里是否想问的是pp组中的send/recv需要阻塞等待,这个问题要分成两点来看:
|
谢谢,例如说在物理打流中,rankA需要计算完成才能isend,rankBirecv,但是因为没有真实的计算(没有真实的gemm),这里的计算的时间是怎么模拟的呢 |
|
如果你使用aicb纯通信的话,是的确实会导致rankB的等待时间偏短; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您好,我在阅读代码之后好奇,比如说在pp组中的两个rank,在broadcast时rankB需要阻塞等待rankA的输出结果,请问用workload如何正确反映这种阻塞等待的时间呢,谢谢。
The text was updated successfully, but these errors were encountered: