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
And I found ncclTopoSearchNextGpuSort func that use path.bw(not path.link.bw) cal score?
In that case, each calculation is the same and will not be dynamically adjusted based on bandwidth consumption?
Is there a relationship between ncclTopoSearchNextGpuSort and followPath?
Do you need to add path.bw subtract fwBw in followPath?
The text was updated successfully, but these errors were encountered:
zhangdexin
changed the title
Why followpath function subtract link->bw?
Is there a relationship between ncclTopoSearchNextGpuSort and followPath
Feb 7, 2025
In search.c:
I found one main effect in followPath func is the
path->list[step].bw
subtract fwBw:And I found ncclTopoSearchNextGpuSort func that use path.bw(not path.link.bw) cal score?
In that case, each calculation is the same and will not be dynamically adjusted based on bandwidth consumption?
Is there a relationship between ncclTopoSearchNextGpuSort and followPath?
Do you need to add
path.bw
subtract fwBw in followPath?followPath 函数中减去的是path.link.bw
然后我在ncclTopoSearchNextGpuSort 函数中发现计算分数使用的path.bw,那这样每次迭代都是一样的,是不是有问题呢?
是不是需要在followPath 函数增加一个减少path.bw的代码?
The text was updated successfully, but these errors were encountered: