Merge pull request #40 from ROCmSoftwarePlatform/fix_merge

Fix merge error

[ROCm/rccl-tests commit: 6f6c7f8cdd]
This commit is contained in:
Wenkai Du
2023-06-15 07:35:35 -07:00
committed by GitHub
+1 -1
View File
@@ -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)