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

Этот коммит содержится в:
Ben Sander
2016-04-09 04:35:06 -05:00
родитель 2fd45f0a6d
Коммит 565300acb0
+1 -1
Просмотреть файл
@@ -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 << " ";
}
}