From ab2225bd16c02496ca5fab994dd457bf49ee36e7 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Fri, 1 Apr 2022 05:47:34 +0530 Subject: [PATCH] SWDEV-328109 - Fix Test failure in staging (#2581) Change-Id: Ic79f54d468e3bb40667c14d76e4013285fb9f1bf --- catch/unit/memory/hipMemsetAsyncAndKernel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/catch/unit/memory/hipMemsetAsyncAndKernel.cc b/catch/unit/memory/hipMemsetAsyncAndKernel.cc index 270561f811..a13e937de7 100644 --- a/catch/unit/memory/hipMemsetAsyncAndKernel.cc +++ b/catch/unit/memory/hipMemsetAsyncAndKernel.cc @@ -189,6 +189,7 @@ TEST_CASE("Unit_hipMemsetAsync_VerifyExecutionWithKernel") { UseStrmPerThrd = true; ret = testhipMemsetAsyncWithKernel(UseStrmPerThrd); REQUIRE(ret == true); + HIP_CHECK(hipDeviceReset()); } SECTION("hipMemsetD32Async With Kernel") {