create branch up-to-date with rccl-test

[ROCm/rccl-tests commit: 5cd2374edb]
This commit is contained in:
Edgar
2022-03-18 11:37:05 -04:00
parent 652d1963af
commit b199d173a2
+2
View File
@@ -1118,6 +1118,8 @@ testResult_t run() {
HIPCHECK(hipDeviceGetPCIBusId(busIdStr, sizeof(busIdStr), hipDev));
len += snprintf(line+len, MAX_LINE>len ? MAX_LINE-len : 0, "# Rank %2d Pid %6d on %10s device %2d [%s] %s\n",
rank, getpid(), hostname, hipDev, busIdStr, prop.name);
len += snprintf(line+len, MAX_LINE>len ? MAX_LINE-len : 0, "# Rank %2d Pid %6d on %10s device %2d [0x%02x] %s\n",
rank, getpid(), hostname, hipDev, prop.pciBusID, prop.name);
maxMem = std::min(maxMem, prop.totalGlobalMem);
}