Remove stray debug msgs, hipInfo don't print self as peer.

[ROCm/hip-tests commit: 565300acb0]
This commit is contained in:
Ben Sander
2016-04-09 04:35:06 -05:00
parent 90522e6e1b
commit 41adba3869
@@ -127,7 +127,7 @@ void printDeviceProp (int deviceId)
for (int i=0; i<deviceCnt; i++) {
int isPeer;
hipDeviceCanAccessPeer(&isPeer, deviceId, i);
if (isPeer) {
if ((i != deviceId) && isPeer) {
cout << "device#" << i << " ";
}
}