SWDEV-555296 - Fix and enable Unit_hipEventIpc (#992)

This commit is contained in:
marandje
2025-09-24 15:48:53 +02:00
committed by GitHub
parent 7eb606a582
commit 778f2f05bf
2 changed files with 1 additions and 2 deletions
@@ -115,7 +115,7 @@ TEST_CASE("Unit_hipEventIpc") {
#endif
HIP_CHECK(hipEventDestroy(start));
HIP_CHECK(hipEventDestroy(stop));
#if HT_AMD
#if HT_WIN
HIP_CHECK(hipEventDestroy(ipc_event));
#endif
HIP_CHECK(hipMemcpy(C_h, C_d, Nbytes, hipMemcpyDeviceToHost));