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

Change-Id: Ic79f54d468e3bb40667c14d76e4013285fb9f1bf

[ROCm/hip commit: 25459dcb4c]
Este commit está contenido en:
ROCm CI Service Account
2022-04-01 05:47:34 +05:30
cometido por GitHub
padre 463a67b71f
commit 8ea5154654
@@ -189,6 +189,7 @@ TEST_CASE("Unit_hipMemsetAsync_VerifyExecutionWithKernel") {
UseStrmPerThrd = true;
ret = testhipMemsetAsyncWithKernel(UseStrmPerThrd);
REQUIRE(ret == true);
HIP_CHECK(hipDeviceReset());
}
SECTION("hipMemsetD32Async With Kernel") {