SWDEV-545082 - Add hipEventDestroy call (#485)

[ROCm/hip-tests commit: 3125b51996]
このコミットが含まれているのは:
Stojiljkovic, Vladana
2025-08-08 15:11:17 +02:00
committed by GitHub
コミット 31a9789b61
+3
ファイルの表示
@@ -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,