SWDEV-534016 - Change error code as per current CLR logic (#207)

Change error code as per current CLR logic.
Intra device async memcpy in 2 diff threads can't sync by CLR internals, It needs to be handled by app/test.
This commit is contained in:
Patel, Jaydeepkumar
2025-07-30 21:21:56 +05:30
committed by GitHub
parent 39fd515cd2
commit a4c93871b5
2 changed files with 2 additions and 3 deletions
@@ -141,4 +141,4 @@ TEST_CASE("Unit_hipExtLaunchMultiKernelMultiDevice_Negative_MultiKernelSameDevic
for (const auto params : params_list) {
HIP_CHECK(hipStreamDestroy(params.stream));
}
}
}