add reduce/broadcast algo/proto selection table for multi-node gfx940 (#1889)
[ROCm/rccl commit: 9c36439354]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user