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

TL/UCP: Force ring allgather for Grace 1n144ppn 256kb #1080

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/ucc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ UCC_TL_UCP_TUNE=allreduce:0-4k:@0#allreduce:4k-inf:@1
[vendor=nvidia model=grace team_size=144 sock=72 nnodes=1]
UCC_TL_UCP_ALLREDUCE_KN_RADIX=0-4k:host:2
UCC_TL_UCP_ALLREDUCE_SRA_KN_RADIX=4096-8192:host:96,8192-16384:host:4,16384-32768:host:6,32768-65536:host:18,65536-131072:host:32,131072-262144:host:72,262144-524288:host:3,524288-1048576:host:2
UCC_TL_UCP_TUNE=allreduce:0-4k:@0#allreduce:4k-inf:@1
UCC_TL_UCP_TUNE=allreduce:0-4k:@0#allreduce:4k-inf:@1#allgather:37748736-inf:host:@1

[vendor=nvidia model=grace team_size=128 sock=64 nnodes=1]
UCC_TL_UCP_ALLREDUCE_KN_RADIX=0-4k:host:2
Expand Down
Loading