add reduce/broadcast algo/proto selection table for multi-node gfx940 (#1889)

[ROCm/rccl commit: 9c36439354]
This commit is contained in:
isaki001
2025-09-10 14:25:23 -05:00
committed by GitHub
parent 2577b33de8
commit 9fa7a738da
4 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -291,7 +291,9 @@ int main(int argc,char* argv[])
std::vector<ncclFunc_t> ncclFuncTypes = {
ncclFuncAllReduce,
ncclFuncReduceScatter,
ncclFuncAllGather
ncclFuncAllGather,
ncclFuncReduce,
ncclFuncBroadcast
};
std::cout << "Running fp32 production choices for algorithm/protocol/maxChannels" << std::endl;