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

This commit is contained in:
marandje
2025-09-24 15:48:53 +02:00
committato da GitHub
parent 7eb606a582
commit 778f2f05bf
2 ha cambiato i file con 1 aggiunte e 2 eliminazioni
@@ -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",
@@ -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));