[ROCm/hip-tests commit: 7eba742c66]
Αυτή η υποβολή περιλαμβάνεται σε:
Ben Sander
2016-04-11 07:47:22 -05:00
γονέας 9c9047deb2
υποβολή f268a705ee
@@ -126,7 +126,7 @@ void printDeviceProp (int deviceId)
cout << setw(w1) << "peers: ";
for (int i=0; i<deviceCnt; i++) {
int isPeer;
hipDeviceCanAccessPeer(&isPeer, deviceId, i);
hipDeviceCanAccessPeer(&isPeer, i, deviceId);
if (isPeer) {
cout << "device#" << i << " ";
}