SWDEV-285521 - SWDEV-284626 - Fix P2P and Caffe2 test failures

- waitList was released before the awaitcompletion
causing stream sync after the async copies fail

- Enable the hipPeerToPeer_simple test

Change-Id: I1eeaa7e6320ab38c106902078f034dfec4c3f3ea
Tento commit je obsažen v:
Satyanvesh Dittakavi
2021-05-20 06:29:36 -07:00
rodič ad570e3b99
revize acafb344c0
2 změnil soubory, kde provedl 3 přidání a 6 odebrání
-3
Zobrazit soubor
@@ -444,9 +444,6 @@ hipError_t ihipMemcpy(void* dst, const void* src, size_t sizeBytes, hipMemcpyKin
depdentMarker->release();
}
cmd->release();
if (waitList.size() > 0) {
waitList[0]->release();
}
}
}
}