Remove stray debug msgs, hipInfo don't print self as peer.
[ROCm/hip-tests commit: c37a4c3d04]
This commit is contained in:
@@ -127,7 +127,7 @@ void printDeviceProp (int deviceId)
|
|||||||
for (int i=0; i<deviceCnt; i++) {
|
for (int i=0; i<deviceCnt; i++) {
|
||||||
int isPeer;
|
int isPeer;
|
||||||
hipDeviceCanAccessPeer(&isPeer, deviceId, i);
|
hipDeviceCanAccessPeer(&isPeer, deviceId, i);
|
||||||
if (isPeer) {
|
if ((i != deviceId) && isPeer) {
|
||||||
cout << "device#" << i << " ";
|
cout << "device#" << i << " ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user