Add missing hipStreamDestroy at test exit
[ROCm/rccl-tests commit: 602b745ff4]
Tento commit je obsažen v:
@@ -1268,6 +1268,10 @@ testResult_t run() {
|
||||
free(comms);
|
||||
}
|
||||
|
||||
for (int i=0; i<nGpus*nThreads; i++) {
|
||||
HIPCHECK(hipStreamDestroy(streams[i]));
|
||||
}
|
||||
|
||||
// Free off HIP allocated memory
|
||||
for (int i=0; i<nGpus*nThreads; i++) {
|
||||
if (memorytype == ncclHost) {
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele