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

Change-Id: Ic79f54d468e3bb40667c14d76e4013285fb9f1bf

[ROCm/hip-tests commit: ab2225bd16]
This commit is contained in:
ROCm CI Service Account
2022-04-01 05:47:34 +05:30
committed by GitHub
parent 2a70935472
commit 0727b25c02
@@ -189,6 +189,7 @@ TEST_CASE("Unit_hipMemsetAsync_VerifyExecutionWithKernel") {
UseStrmPerThrd = true;
ret = testhipMemsetAsyncWithKernel(UseStrmPerThrd);
REQUIRE(ret == true);
HIP_CHECK(hipDeviceReset());
}
SECTION("hipMemsetD32Async With Kernel") {