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

Этот коммит содержится в:
marandje
2025-09-24 15:48:53 +02:00
коммит произвёл GitHub
родитель 7eb606a582
Коммит 778f2f05bf
2 изменённых файлов: 1 добавлений и 2 удалений
-1
Просмотреть файл
@@ -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",
+1 -1
Просмотреть файл
@@ -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));