From 0727b25c025a8496346b89d6131ee8f1ecea7ba4 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 [ROCm/hip-tests commit: ab2225bd16c02496ca5fab994dd457bf49ee36e7] --- projects/hip-tests/catch/unit/memory/hipMemsetAsyncAndKernel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hip-tests/catch/unit/memory/hipMemsetAsyncAndKernel.cc b/projects/hip-tests/catch/unit/memory/hipMemsetAsyncAndKernel.cc index 270561f811..a13e937de7 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemsetAsyncAndKernel.cc +++ b/projects/hip-tests/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") {