SWDEV-545082 - Add hipEventDestroy call (#485)

[ROCm/hip-tests commit: 3125b51996]
This commit is contained in:
Stojiljkovic, Vladana
2025-08-08 15:11:17 +02:00
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,