SWDEV-545082 - Add hipEventDestroy call (#485)
[ROCm/hip-tests commit: 3125b51996]
This commit is contained in:
committato da
GitHub
parent
6da5b2d3ad
commit
31a9789b61
@@ -196,6 +196,9 @@ void runMultiProcKernel(ipcEventInfo_t *shmEventInfo, int index) {
|
||||
}
|
||||
}
|
||||
}
|
||||
for (int i = 1; i < g_processCnt; i++) {
|
||||
HIP_CHECK(hipEventDestroy(event[i]));
|
||||
}
|
||||
} else {
|
||||
hipEvent_t event;
|
||||
HIP_CHECK(hipEventCreateWithFlags(&event,
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user