SWDEV-545082 - Add hipEventDestroy call (#485)

[ROCm/hip-tests commit: 3125b51996]
此提交包含在:
Stojiljkovic, Vladana
2025-08-08 15:11:17 +02:00
提交者 GitHub
父節點 6da5b2d3ad
當前提交 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,