create branch up-to-date with rccl-test

Dieser Commit ist enthalten in:
Edgar
2022-03-18 11:37:05 -04:00
Ursprung 3d6f70659a
Commit 5cd2374edb
+2
Datei anzeigen
@@ -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);
}