SWDEV-328109 - Fix Test failure in staging (#2581)

Change-Id: Ic79f54d468e3bb40667c14d76e4013285fb9f1bf

[ROCm/hip-tests commit: ab2225bd16]
이 커밋은 다음에 포함됨:
ROCm CI Service Account
2022-04-01 05:47:34 +05:30
커밋한 사람 GitHub
부모 2a70935472
커밋 0727b25c02
+1
파일 보기
@@ -189,6 +189,7 @@ TEST_CASE("Unit_hipMemsetAsync_VerifyExecutionWithKernel") {
UseStrmPerThrd = true;
ret = testhipMemsetAsyncWithKernel(UseStrmPerThrd);
REQUIRE(ret == true);
HIP_CHECK(hipDeviceReset());
}
SECTION("hipMemsetD32Async With Kernel") {