From 778f2f05bfee37c8e9ef56db9876542462052d27 Mon Sep 17 00:00:00 2001 From: marandje Date: Wed, 24 Sep 2025 15:48:53 +0200 Subject: [PATCH] SWDEV-555296 - Fix and enable Unit_hipEventIpc (#992) --- projects/hip-tests/catch/hipTestMain/config/config_amd_linux | 1 - projects/hip-tests/catch/unit/event/Unit_hipEventIpc.cc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index 726fa21634..4c48ed1076 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -25,7 +25,6 @@ "Unit_hipStreamPerThread_MultiThread", "SWDEV-398981 fails in stress test", "Unit_hipStreamCreateWithPriority_MulthreadDefaultflag", - "Unit_hipEventIpc", "=== Below 2 tests are disable due to defect EXSWHTEC-356 ===", "Unit_Device___hisinf2_Accuracy_Positive", "Unit_Device___hisnan2_Accuracy_Positive", diff --git a/projects/hip-tests/catch/unit/event/Unit_hipEventIpc.cc b/projects/hip-tests/catch/unit/event/Unit_hipEventIpc.cc index 612123bbb0..5e52be8af5 100644 --- a/projects/hip-tests/catch/unit/event/Unit_hipEventIpc.cc +++ b/projects/hip-tests/catch/unit/event/Unit_hipEventIpc.cc @@ -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));