Merge pull request #40 from ROCmSoftwarePlatform/fix_merge
Fix merge error
[ROCm/rccl-tests commit: 6f6c7f8cdd]
This commit is contained in:
@@ -1027,7 +1027,7 @@ testResult_t run() {
|
||||
MPI_Comm_size(mpi_comm, &ncclProcs);
|
||||
MPI_Comm_rank(mpi_comm, &ncclProc);
|
||||
|
||||
for (int p=0; p<nProcs; p++) {
|
||||
for (int p=0; p<totalProcs; p++) {
|
||||
if (hostHashs[p] == hostHashs[proc]) localSize++;
|
||||
}
|
||||
if (nGpus * localSize > numDevices)
|
||||
|
||||
Reference in New Issue
Block a user