SWDEV-555296 - Fix and enable Unit_hipEventIpc (#992)
Этот коммит содержится в:
@@ -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));
|
||||
|
||||
Ссылка в новой задаче
Block a user